Click or drag to resize

PdfDocumentEmbeddedFiles Property

Gets a collection of all PdfEmbeddedFile object attached to this document.

Namespace:  RadPdf.Data.Document
Assembly:  RadPdf (in RadPdf.dll) Version: 3.47.0.0 (3.47.0.0)
Syntax
public PdfEmbeddedFileCollection EmbeddedFiles { get; }

Property Value

Type: PdfEmbeddedFileCollection
Remarks

This ICollection is a read-only way to access PDF attachments to this document. It includes both files directly attached to the document as well as files referened by PdfFileAttachmentAnnotation instances.

See Also