←Select platform

FileNumber Property

Summary

1-based file number of this embedded file.

Syntax
C#
Java
public int FileNumber {get; set;} 
public int getFileNumber(); 
public void setFileNumber( 
   int intValue 
); 

Property Value

The 1-based file number of this embedded file. This value is unique.

Remarks

The FileNumber values of the items in the PDFDocument.EmbeddedFiles collection are guaranteed to start at 1, to be consecutive, and to be unique.

FileNumber is used as the parameter to identify the embedded file for extraction using PDFFile.ExtractEmbeddedFile.

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.