Property SharedAttachments
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
SharedAttachments
Gets the collection of document-level attachments.
public PdfFileSpecificationCollection SharedAttachments { get; }
Property Value
- PdfFileSpecificationCollection
The collection of document-level attachments.
Remarks
Document can contain attachments not added to this collection. Such attachment are used in file attachment annotations and can be accessed through Widgets property.
Check the Merge as attachment section for an example of using this property.