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

In This Topic
    UnixFile Property
    In This Topic
    Gets the FileSpecification.FileInfo object defining information about referenced file for Unix platform. NOTE: Using this property is not recommended beginning with PDF 1.7.
    Syntax
    'Declaration
     
    Public ReadOnly Property UnixFile As FileSpecification.FileInfo
    public FileSpecification.FileInfo UnixFile {get;}
    See Also