SpreadsheetGear 2023
CreateXpsDocument Method


SpreadsheetGear.Windows.Xps Namespace > WorkbookXpsDocument Class : CreateXpsDocument Method
Syntax
'Declaration
 
<System.Security.SecuritySafeCriticalAttribute()>
Public Function CreateXpsDocument( _
   ByVal packageUri As System.Uri _
) As System.Windows.Xps.Packaging.XpsDocument
'Usage
 
Dim instance As WorkbookXpsDocument
Dim packageUri As System.Uri
Dim value As System.Windows.Xps.Packaging.XpsDocument
 
value = instance.CreateXpsDocument(packageUri)
[System.Security.SecuritySafeCritical()]
public System.Windows.Xps.Packaging.XpsDocument CreateXpsDocument( 
   System.Uri packageUri
)

Parameters

packageUri
Requirements

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

See Also

Reference

WorkbookXpsDocument Class
WorkbookXpsDocument Members