[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.FileSpecification.File

File Property

File

Gets the FileSpecification.FileInfo object that specifies information about a referenced file. Note that this property should be used for files with names containing ASCII characters only, and is provided for backwards compatibility. For file names that contain non-ASCII characters, UnicodeFile should be used instead.

Declaration
public FileSpecification.FileInfo File { get; }
Public ReadOnly Property File As FileSpecification.FileInfo
See Also