←Select platform

HasEmbeddedFiles Property

Summary

Indicates whether this PDF document has any embedded files (attachments).

Syntax
C#
Java
public bool HasEmbeddedFiles {get;} 

public boolean hasEmbeddedFiles(); 

Property Value

true if the PDF document has embedded files; otherwise, false.

Remarks

IsPortfolio and HasEmbeddedFiles are automatically populated by the PDFDocument constructor.

If the value of HasEmbeddedFiles is true, then this PDF file has one or more embedded files (attachments). The properties of these files can be obtained using ParseDocumentStructure with PDFParseDocumentStructureOptions.EmbeddedFiles. When this method returns the values of EmbeddedFiles and EmbeddedFilesSchemas will be populated.

Example

For an example, refer to EmbeddedFiles.

Requirements
Target Platforms
Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.