SpreadsheetGear.Drawing.Printing Namespace > WorkbookPrintDocument Class : PrinterSettings Property |
'Declaration
<System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <SRDescriptionAttribute("Retrieves the settings for the printer the document is currently being printed to.")> Public Property PrinterSettings As System.Drawing.Printing.PrinterSettings
'Usage
Dim instance As WorkbookPrintDocument Dim value As System.Drawing.Printing.PrinterSettings instance.PrinterSettings = value value = instance.PrinterSettings
[System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("Retrieves the settings for the printer the document is currently being printed to.")] public System.Drawing.Printing.PrinterSettings PrinterSettings {get; set;}
public read-write property PrinterSettings: System.Drawing.Printing.PrinterSettings;
System.ComponentModel.BrowsableAttribute() System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) SRDescriptionAttribute("Retrieves the settings for the printer the document is currently being printed to.") public function get,set PrinterSettings : System.Drawing.Printing.PrinterSettings
[System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("Retrieves the settings for the printer the document is currently being printed to.")] public: __property System.Drawing.Printing.PrinterSettings* get_PrinterSettings(); public: __property void set_PrinterSettings( System.Drawing.Printing.PrinterSettings* value );
[System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("Retrieves the settings for the printer the document is currently being printed to.")] public: property System.Drawing.Printing.PrinterSettings^ PrinterSettings { System.Drawing.Printing.PrinterSettings^ get(); void set ( System.Drawing.Printing.PrinterSettings^ 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