ARCed.Scintilla.PageInformation.PageInformation C# (CSharp) 메소드

PageInformation() 공개 메소드

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
리턴 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