PdfEmbeddedFile Constructor (PdfDocument,Byte[], String)Terminal Works - PDF Printing.Net Library
Initializes a new instance of the PdfEmbeddedFile class

Namespace: PdfEdit.Pdf.Advanced
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public PdfEmbeddedFile(
	PdfDocument document,
	byte[] bytes,
	string checksum = null
)

Parameters

document
Type: PdfEdit.Pdf.PdfDocument
bytes
Type:System.Byte[]
checksum (Optional)
Type: System.String
See Also

Reference