Enum PdfAttachmentsEmbeddingMode
Enum PdfAttachmentsEmbeddingMode
Namespace: Aspose.Words.Saving
Assembly: Aspose.Words.dll (25.3.0)
Specifies how attachments are embedded to PDF document.
public enum PdfAttachmentsEmbeddingMode
Fields
Annotations = 1
Attachments are embedded as annotations with location on page.
DocumentEmbeddedFiles = 2
Attachments are embedded as the document embedded files without annotations.
None = 0
Attachments are not embedded.