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

In This Topic
    FileSystem Property
    In This Topic
    Gets or sets the file system to be used to interpret this file specification.
    Syntax
    'Declaration
     
    Public Property FileSystem As System.String
    public System.string FileSystem {get; set;}
    Remarks
    If this property is present, all other properties are interpreted by the designated file system. PDF defines only one standard file system name, URL; an application or plug-in extension can register other names.
    See Also