Aspose::Words::Saving::PdfAttachmentsEmbeddingMode enum

PdfAttachmentsEmbeddingMode enum

Specifies how attachments are embedded to PDF document.

enum class PdfAttachmentsEmbeddingMode

Values

NameValueDescription
None0Attachments are not embedded.
Annotations1Attachments are embedded as annotations with location on page.
DocumentEmbeddedFiles2Attachments are embedded as the document embedded files without annotations.

See Also