Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents Solid environment functionality More...
Static Public Member Functions |
|
static string | GetAppDataDirectory () |
static bool | SetAppDataDirectory (string path) |
static bool | SetTempFileIsAboutToBeCreated (Func< string, bool > callback) |
Creates a callback to allow monitoring of temporary file creation. This is intended to support anti-virus software that monitors file creation. More... | |
static string | GetSolidTempDirectory () |
static NativeError | GetUniqueMachineID (ref Byte[] id) |
Gets the unique machine ID as a byte array. Consider using License.GetUniqueMachineID instead. More... | |
static String | PlatformPath (String path) |
Construct platform defined path. More... | |
static String | GetSupportedFileFilters (bool includeAll) |
Gets the supported file filters. More... | |
static String | GetSupportedFileFilters (bool includeAll, String excludeList) |
Gets the supported file filters. More... | |
Properties |
|
static IMacroEngine | IMacroEngine [getset] |
static String | Build [get] |
Gets the build number. | |
static String | Version [get] |
Gets the version number. | |
static bool | Nucleus [getset] |
Gets or sets a value indicating whether this SolidEnvironment is nucleus. More... | |
static System.Drawing.Bitmap | IdentityBitmap [getset] |
Gets or sets the identity bitmap. More... | |
static string | MachineID [get] |
Gets the machine ID. | |
static Boolean | IsWindows [get] |
Gets a value indicating whether the environment is windows. More... | |
static string | Windows [get] |
static Boolean | IsUnix [get] |
Gets a value indicating whether the environment is unix. More... | |
static Boolean | IsLinux [get] |
Gets a value indicating whether the environment is Linux. More... | |
static Boolean | IsARM [get] |
static Boolean | IsOSX [get] |
Gets a value indicating whether the environment is OSX. More... | |
static String | OpenSourceLicenses [get] |
static FileVersionInfo | Word10toWord12Version \"/" [get] |
Gets the word10 to word12 version. | |
static FileVersionInfo | Word11toWord12Version [get] |
Gets the word11 to word12 version. | |
static FileVersionInfo | WordVersion [get] |
Gets the Word version. | |
static FileVersionInfo | ExcelVersion [get] |
Gets the Excel version. | |
static FileVersionInfo | PowerPointVersion [get] |
Gets the PowerPoint version. | |
static FileVersionInfo | PublisherVersion [get] |
Gets the publisher version. | |
static FileVersionInfo | CreatorVersion [get] |
Gets the Solid PDF Creator version. | |
static FileVersionInfo | ToolsVersion [get] |
Gets the Solid PDF Tools version. | |
static String | OfficePDFCreationFor2007 [get] |
Gets the office PDF creation for2007. More... | |
static Dictionary< String, String > | SupportedFileTypes [get] |
Gets the supported file types. More... | |
static String | Acrobat [get] |
Gets the Adobe Acrobat version. | |
static String | AcrobatPlugin [get] |
Gets the Acrobat Plug-in version. | |
static String | AcrobatSolid [get] |
Gets the Solid Acrobat Plug-in version. | |
static String | AcrobatPath [get] |
Gets the Adobe Acrobat path. | |
static String?? | Excel [get] |
Gets the Excel version. | |
static String?? | PowerPoint [get] |
Gets the PowerPoint version. | |
static String?? | Word [get] |
Gets the word version. | |
static String?? | Publisher [get] |
Gets the Publisher version. | |
static string | Creator [get] |
Gets Solid Pdf Creator version. | |
static string | Tools [get] |
Gets Solid PDF Tools version. | |
Represents Solid environment functionality
|
static |
Gets the supported file filters.
includeAll | if set to true [include all]. |
|
static |
Gets the supported file filters.
includeAll | if set to true [include all]. |
excludeList | The exclude list. |
|
static |
Gets the unique machine ID as a byte array. Consider using License.GetUniqueMachineID instead.
id | The byte array to store the id in. |
|
static |
Construct platform defined path.
path | The path. |
|
static |
Creates a callback to allow monitoring of temporary file creation. This is intended to support anti-virus software that monitors file creation.
callback |
When handling the callback, return true
to allow the file to be created, or false
to prevent creation. Note that preventing temp file creation will probably prevent Solid Framework from being able to proceed.
Example:
SolidEnvironment.SetTempFileIsAboutToBeCreated(path => { Console.WriteLine(path); return true; });
|
staticgetset |
Gets or sets the identity bitmap.
The identity bitmap.
|
staticget |
Gets a value indicating whether the environment is Linux.
true
if this instance is Linux; otherwise, false
.
|
staticget |
Gets a value indicating whether the environment is OSX.
true
if this instance is OSX; otherwise, false
.
|
staticget |
Gets a value indicating whether the environment is unix.
true
if this instance is unix; otherwise, false
.
|
staticget |
Gets a value indicating whether the environment is windows.
true
if this instance is windows; otherwise, false
.
|
staticgetset |
Gets or sets a value indicating whether this SolidEnvironment is nucleus.
true
if nucleus; otherwise, false
.
|
staticget |
Gets the office PDF creation for2007.
The office PDF creation for2007.
|
staticget |
Gets the supported file types.
The supported file types.