Aspose::Words::Saving::PdfSaveOptions::get_AttachmentsEmbeddingMode method

PdfSaveOptions::get_AttachmentsEmbeddingMode method

Gets or sets a value determining how attachments are embedded to the PDF document.

Aspose::Words::Saving::PdfAttachmentsEmbeddingMode Aspose::Words::Saving::PdfSaveOptions::get_AttachmentsEmbeddingMode() const

Remarks

Default value is None and attachments are not embedded.

PDF/A-1, PDF/A-2 and regular PDF/A-4 (not PDF/A-4f) standards do not allow embedded files. None value will be used automatically.

See Also