Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / FileSpecification Class / File Property

In This Topic
    File Property (FileSpecification)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public ReadOnly Property File As FileSpecification.FileInfo
    public FileSpecification.FileInfo File {get;}
    See Also