PdfAttachmentOptions
Leave feedback
On this page
Provides options to attach the embedded object to Pdf.
public class PdfAttachmentOptions : ImportDocumentOptions, IPdfAttachmentOptions
| Name | Description |
|---|---|
| PdfAttachmentOptions(string) | Initializes a new instance of the PdfAttachmentOptions class. |
| PdfAttachmentOptions(byte[], string) | Initializes a new instance of the PdfAttachmentOptions class. |
| 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. |
Learn more
- More about adding attachment to PDF documents: How to add attachment to PDF document.
- class ImportDocumentOptions
- interface IPdfAttachmentOptions
- namespace GroupDocs.Merger.Domain.Options
- assembly GroupDocs.Merger
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.