EVO PDF Logo

Document Constructor (Byte)

EVO PDF Client for .NET Core
Creates a PDF document object from the specified PDF document data.

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public Document(
	byte[] pdfData
)

Parameters

pdfData
Type: SystemByte
The PDF document data.
See Also

Reference