ImageGear .NET v25.2 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearOffice Class / PDFResourcePath Property




In This Topic
    PDFResourcePath Property
    In This Topic
    Gets or sets the directory path to PDF resources for internal PDF initialization.
    Syntax
    'Declaration
     
    Public Shared Property PDFResourcePath As String
    'Usage
     
    Dim value As String
     
    ImGearOffice.PDFResourcePath = value
     
    value = ImGearOffice.PDFResourcePath
    public static string PDFResourcePath {get; set;}
    public: __property static string* get_PDFResourcePath();
    public: __property static void set_PDFResourcePath( 
       string* value
    );
    public:
    static property String^ PDFResourcePath {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    The object of System.String type. May be null or empty. Default value is null. If provided path does not exist the value of property will be set to null.
    Remarks
    This property should be set before the using of Office formats.
    If this property is null or empty the PDF engine will be initialized with default PDF resource path.
    See Also