C# Class ARCed.Scintilla.PageSettings

Inheritance: System.Drawing.Printing.PageSettings
Show file Open project: borisblizzard/arcreator

Public Properties

Property Type Description
DefaultFooter PageInformation
DefaultHeader PageInformation

Private Properties

Property Type Description
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

Public Methods

Method Description
PageSettings ( ) : System.ComponentModel

Default constructor

Private Methods

Method Description
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

Method Details

PageSettings() public method

Default constructor
public PageSettings ( ) : System.ComponentModel
return System.ComponentModel

Property Details

DefaultFooter public static property

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

DefaultHeader public static property

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