Click or drag to resize

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
)

Parameters

xpsBytes
Type: System Byte
the xps byte array
See Also