VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfFileReferenceSpecification Class / FileSystem Property
Syntax Remarks Requirements SeeAlso
In This Topic
    FileSystem Property (PdfFileReferenceSpecification)
    In This Topic
    Gets or sets the name of the file system to be used to interpret this file specification.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property FileSystem As System.String
    
    
    [Browsable(False)]
    public System.String FileSystem { get; set; }
    
    
    [Browsable(False)]
    public: __property System.String get_FileSystem();
    public: __property void set_FileSystem(
    System.String value
    );
    [Browsable(False)]
    public:
    property System.String FileSystem { System.String get(); void set(System.String value); }
    Remarks

    If this entry is present, all other entries in the dictionary 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.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also