C# 클래스 ARCed.Scintilla.PageSettings

상속: System.Drawing.Printing.PageSettings
파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 프로퍼티들

프로퍼티 타입 설명
DefaultFooter PageInformation
DefaultHeader PageInformation

Private Properties

프로퍼티 타입 설명
ResetColor void
ResetColorMode void
ResetFontMagnification void
ResetLandscape void
ResetMargins void
ShouldSerialize bool
ShouldSerializeColor bool
ShouldSerializeColorMode bool
ShouldSerializeFontMagnification bool
ShouldSerializeFooter bool
ShouldSerializeHeader bool
ShouldSerializeLandscape bool
ShouldSerializeMargins bool

공개 메소드들

메소드 설명
PageSettings ( ) : System.ComponentModel

Default constructor

비공개 메소드들

메소드 설명
ResetColor ( ) : void
ResetColorMode ( ) : void
ResetFontMagnification ( ) : void
ResetLandscape ( ) : void
ResetMargins ( ) : void
ShouldSerialize ( ) : bool
ShouldSerializeColor ( ) : bool
ShouldSerializeColorMode ( ) : bool
ShouldSerializeFontMagnification ( ) : bool
ShouldSerializeFooter ( ) : bool
ShouldSerializeHeader ( ) : bool
ShouldSerializeLandscape ( ) : bool
ShouldSerializeMargins ( ) : bool

메소드 상세

PageSettings() 공개 메소드

Default constructor
public PageSettings ( ) : System.ComponentModel
리턴 System.ComponentModel

프로퍼티 상세

DefaultFooter 공개적으로 정적으로 프로퍼티

Default footer style used when no footer is provided.
public static PageInformation,ARCed.Scintilla DefaultFooter
리턴 PageInformation

DefaultHeader 공개적으로 정적으로 프로퍼티

Default header style used when no header is provided.
public static PageInformation,ARCed.Scintilla DefaultHeader
리턴 PageInformation