SpreadsheetGear.Windows.Printing Namespace > WorkbookPrintDocument Class > WorkbookPrintDocument Constructor : WorkbookPrintDocument Constructor(ICollection<IPrintable>,Size) |
'Declaration
<System.Security.SecuritySafeCriticalAttribute()> Public Function New( _ ByVal printables As System.Collections.Generic.ICollection(Of IPrintable), _ ByVal pageSize As System.Windows.Size _ )
'Usage
Dim printables As System.Collections.Generic.ICollection(Of IPrintable) Dim pageSize As System.Windows.Size Dim instance As New WorkbookPrintDocument(printables, pageSize)
[System.Security.SecuritySafeCritical()] public WorkbookPrintDocument( System.Collections.Generic.ICollection<IPrintable> printables, System.Windows.Size pageSize )
public WorkbookPrintDocument( printables: System.Collections.Generic.ICollection; pageSize: System.Windows.Size );
System.Security.SecuritySafeCriticalAttribute() public function WorkbookPrintDocument( printables : System.Collections.Generic.ICollection, pageSize : System.Windows.Size );
[System.Security.SecuritySafeCritical()] public: WorkbookPrintDocument( System.Collections.Generic.ICollection<IPrintable*>* printables, System.Windows.Size pageSize )
[System.Security.SecuritySafeCritical()] public: WorkbookPrintDocument( System.Collections.Generic.ICollection<IPrintable^>^ printables, System.Windows.Size pageSize )
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