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.
See Also