←Select platform

FileName Property

Summary

Name of the embedded file.

Syntax
C#
Java
public string FileName {get; set;} 
public String getFileName(); 
public void setFileName( 
   java.lang.String string 
); 

Property Value

Name of the embedded file.

Remarks

Note that the FileName may not be unique in the embedded files collection found in a PDF document. Instead, use the FileNumber or ObjectNumber property to get a unique identifier for the embedded file.

Refer to PDFDocument.EmbeddedFiles for more information on using a PDFSchema with PDF portfolio and embedded files.

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.