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

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