ARCed.Scintilla.PageInformation.PageInformation C# (CSharp) Method

PageInformation() public method

Normal Use Constructor
public PageInformation ( PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight ) : System
eBorder PageInformationBorder Border style
eLeft InformationType What to print on the left side of the page
eCenter InformationType What to print in the center of the page
eRight InformationType What to print on the right side of the page
return System
        public PageInformation(PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight)
            : this(3, DefaultFont, eBorder, eLeft, eCenter, eRight)
        {
        }

Same methods

PageInformation::PageInformation ( ) : System
PageInformation::PageInformation ( int iMargin, Font oFont, PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight ) : System