SpreadsheetGear.Drawing.Printing Namespace > WorkbookPrintDocument Class : PrintController Property |
'Declaration
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <System.ComponentModel.BrowsableAttribute(False)> <SRDescriptionAttribute("Retrieves the print controller for this document.")> Public Property PrintController As System.Drawing.Printing.PrintController
'Usage
Dim instance As WorkbookPrintDocument Dim value As System.Drawing.Printing.PrintController instance.PrintController = value value = instance.PrintController
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [System.ComponentModel.Browsable(false)] [SRDescription("Retrieves the print controller for this document.")] public System.Drawing.Printing.PrintController PrintController {get; set;}
public read-write property PrintController: System.Drawing.Printing.PrintController;
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) System.ComponentModel.BrowsableAttribute() SRDescriptionAttribute("Retrieves the print controller for this document.") public function get,set PrintController : System.Drawing.Printing.PrintController
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [System.ComponentModel.Browsable(false)] [SRDescription("Retrieves the print controller for this document.")] public: __property System.Drawing.Printing.PrintController* get_PrintController(); public: __property void set_PrintController( System.Drawing.Printing.PrintController* value );
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [System.ComponentModel.Browsable(false)] [SRDescription("Retrieves the print controller for this document.")] public: property System.Drawing.Printing.PrintController^ PrintController { System.Drawing.Printing.PrintController^ get(); void set ( System.Drawing.Printing.PrintController^ 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