SpreadsheetGear.Drawing.Printing Namespace > WorkbookPrintDocument Class : DefaultPageSettings Property |
'Declaration
<System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <SRDescriptionAttribute("The page settings of the page currently being printed.")> Public Property DefaultPageSettings As System.Drawing.Printing.PageSettings
'Usage
Dim instance As WorkbookPrintDocument Dim value As System.Drawing.Printing.PageSettings instance.DefaultPageSettings = value value = instance.DefaultPageSettings
[System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("The page settings of the page currently being printed.")] public System.Drawing.Printing.PageSettings DefaultPageSettings {get; set;}
public read-write property DefaultPageSettings: System.Drawing.Printing.PageSettings;
System.ComponentModel.BrowsableAttribute() System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) SRDescriptionAttribute("The page settings of the page currently being printed.") public function get,set DefaultPageSettings : System.Drawing.Printing.PageSettings
[System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("The page settings of the page currently being printed.")] public: __property System.Drawing.Printing.PageSettings* get_DefaultPageSettings(); public: __property void set_DefaultPageSettings( System.Drawing.Printing.PageSettings* value );
[System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("The page settings of the page currently being printed.")] public: property System.Drawing.Printing.PageSettings^ DefaultPageSettings { System.Drawing.Printing.PageSettings^ get(); void set ( System.Drawing.Printing.PageSettings^ value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2