DocumentEmbeddedFiles Property |
Gets collection of files embedded to document.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 21.1
Syntaxpublic EmbeddedFileCollection EmbeddedFiles { get; }
Public ReadOnly Property EmbeddedFiles As EmbeddedFileCollection
Get
public:
property EmbeddedFileCollection^ EmbeddedFiles {
EmbeddedFileCollection^ get ();
}
member EmbeddedFiles : EmbeddedFileCollection with get
Property Value
Type:
EmbeddedFileCollection
See Also