SpreadsheetGear.Windows.Printing Namespace > WorkbookPrintDocument Class > WorkbookPrintDocument Constructor : WorkbookPrintDocument Constructor(ISheet,PrintWhat,Size) |
'Declaration
<System.Security.SecuritySafeCriticalAttribute()> Public Function New( _ ByVal sheet As ISheet, _ ByVal printWhat As PrintWhat, _ ByVal pageSize As System.Windows.Size _ )
'Usage
Dim sheet As ISheet Dim printWhat As PrintWhat Dim pageSize As System.Windows.Size Dim instance As New WorkbookPrintDocument(sheet, printWhat, pageSize)
[System.Security.SecuritySafeCritical()] public WorkbookPrintDocument( ISheet sheet, PrintWhat printWhat, System.Windows.Size pageSize )
System.Security.SecuritySafeCriticalAttribute() public function WorkbookPrintDocument( sheet : ISheet, printWhat : PrintWhat, pageSize : System.Windows.Size );
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