PdfDocument
LoadFromXPS Method (
Byte
)
|
Load a xps bytes array.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void LoadFromXPS(
byte[] xpsBytes
)
Public Sub LoadFromXPS (
xpsBytes As Byte()
)
public:
void LoadFromXPS(
array<unsigned char>^ xpsBytes
)
member LoadFromXPS :
xpsBytes : byte[] -> unit
Parameters
-
xpsBytes
-
Type:
System
Byte
the xps byte array
See Also