PdfAttachmentOptions
Contents
[
Hide
]
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
- More about adding attachment to PDF documents: How to add attachment to PDF document.
See Also
- class ImportDocumentOptions
- interface IPdfAttachmentOptions
- namespace GroupDocs.Merger.Domain.Options
- assembly GroupDocs.Merger