C# Class ARCed.Scintilla.PageSettings

Inheritance: System.Drawing.Printing.PageSettings
Afficher le fichier Open project: borisblizzard/arcreator

Méthodes publiques

Свойство Type Description
DefaultFooter PageInformation
DefaultHeader PageInformation

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
PageSettings ( ) : System.ComponentModel

Default constructor

Private Methods

Méthode 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 méthode

Default constructor
public PageSettings ( ) : System.ComponentModel
Résultat System.ComponentModel

Property Details

DefaultFooter public_oe static_oe property

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

DefaultHeader public_oe static_oe property

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