PdfSaveOptions.EmbedAttachments

PdfSaveOptions.EmbedAttachments property

Indicates whether to embed attchment for Ole objects in Excel.

public bool EmbedAttachments { get; set; }

Remarks

Default value is false. The value must be false when PDF/A compliance is set or pdf encryption is enabled.

See Also