Click or drag to resize

PdfFile(Byte) Constructor

Creates new instance of PdfFile.

Namespace: Patagames.Pdf.Net.Wrappers
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfFile(
	byte[] fileContent
)

Parameters

fileContent  Byte
The contents of the file that should be embedded
See Also