Name | Description | |
---|---|---|
AddExternalFont | ||
AddFontFolder | Overloaded. Adds a specified location, defined by its path, from which asked system fonts are loaded during the whole application lifecycle. This location is appended to the previously set locations. If you need to add more locations, simply call this method for each required location. | |
ClearWebBrowserCache | Releases all browser instances stored in the pool and delete all cache content stored into temporary files. | |
DisposeImage | Releases a specified image and its corresponding image resource from memory. This method is particularly useful if you work with images outside the GdPictureImaging class, for example if you are using the GdPicturePDF class. | |
EmptyCache | Releases all cached content from memory such as parsed system fonts, pool contents and adaptive memory buffers. | |
ForceGarbageCollection | Forces an immediate garbage collection. Please use this method if you try to recover all memory that is inaccessible. | |
GetDocumentFormat | Overloaded. Determines the format of your document according to the specified parameters. | |
GetDocumentFormatFromFileName | Determines the document format in accordance with the specified file name of that document.
This method recognizes only the file extension to get the known document format. Please use the GetDocumentFormat(String) method or its overloads to validate also the document content if the file extension is unknown or misleading. | |
GetDocumentPreview | Overloaded. Retrieves the key information of a specified document, like the document format, the total number of pages and others. | |
GetWebBrowserPath | Returns the path of the browser being used to handle HTML, MSG and EML content as input, if available. | |
GetWebBrowserPoolSize | Returns the size of the internal browser pool. | |
InitializeToolkit | ||
IsImageFormat | Returns if the provided DocumentFormat is an image format (raster or vector). | |
IsWebBrowserAvailable | Returns if a web browser is available. | |
ReleaseAllGdPictureImages | Releases all GdPicture image allocated by the Toolkit. | |
SetAdaptiveFileCachingMechanism | Enables or disables the usage of the adaptive file caching mechanism integrated into the toolkit.
Enabling this mechanism can be particularly useful when manipulating, cloning or merging large documents. The feature is available in both 32-bit and 64-bit mode of the toolkit. | |
SetCacheFolder | Sets the specified folder, where temporary files generated by the toolkit are stored during the whole application lifecycle. The default value is the path of the current user's temporary folder. | |
SetEmailCertificateValidationCheck | Enables or disables the EML certificate (if applicable) during conversion process, in some cases it can improves the performance of the conversion. | |
SetTiffOutputModel | Specifies the TIFF image format that the toolkit must produce. | |
SetWebBrowserPath | Use this method to specify a path to the browser being used to handle HTML, MSG and EML content as input in the toolkit scope. | |
SetWebBrowserPoolSize | Specifies a size of the internal browser pool. | |
ToGdPictureStatus | Returns a GdPictureStatus member from a specified exception. |