PdfAttachmentOptions

PdfAttachmentOptions(byte[], string)

Initializes a new instance of the PdfAttachmentOptions class.

public PdfAttachmentOptions(byte[] objectData, string extension)
Parameter Type Description
objectData Byte[] The data of the embedded object.
extension String The extension of the embedded object.

See Also


PdfAttachmentOptions(string)

Initializes a new instance of the PdfAttachmentOptions class.

public PdfAttachmentOptions(string filePath)
Parameter Type Description
filePath String The file path of the embedded object.

See Also