PdfAttachmentOptions

PdfAttachmentOptions class

Provides options to attach the embedded object to Pdf.

public class PdfAttachmentOptions : ImportDocumentOptions, IPdfAttachmentOptions

Constructors

Name Description
PdfAttachmentOptions(string) Initializes a new instance of the PdfAttachmentOptions class.
PdfAttachmentOptions(byte[], string) Initializes a new instance of the PdfAttachmentOptions class.

Properties

Name Description
Extension { get; } The extension of the embedded object.
ObjectData { get; } The data of the embedded object.
PageNumber { get; } The page number for inserting of the embedded object.

Remarks

Learn more

See Also