Aspose::Words::Saving::PdfAttachmentsEmbeddingMode enum
PdfAttachmentsEmbeddingMode enum
Specifies how attachments are embedded to PDF document.
enum class PdfAttachmentsEmbeddingMode
Values
Name | Value | Description |
---|---|---|
None | 0 | Attachments are not embedded. |
Annotations | 1 | Attachments are embedded as annotations with location on page. |
DocumentEmbeddedFiles | 2 | Attachments are embedded as the document embedded files without annotations. |
See Also
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++