Methods

In This Topic
GdPicture14 Namespace / GdPictureDocumentUtilities Class

GdPictureDocumentUtilities Class Members

In This Topic

The following tables list the members exposed by GdPictureDocumentUtilities.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)  
Public Methodstatic (Shared in Visual Basic)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.  
Public Methodstatic (Shared in Visual Basic) Releases all browser instances stored in the pool and delete all cache content stored into temporary files.  
Public Methodstatic (Shared in Visual Basic)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.  
Public Methodstatic (Shared in Visual Basic)Releases all cached content from memory such as parsed system fonts, pool contents and adaptive memory buffers.  
Public Methodstatic (Shared in Visual Basic)Forces an immediate garbage collection. Please use this method if you try to recover all memory that is inaccessible.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Determines the format of your document according to the specified parameters.  
Public Methodstatic (Shared in Visual Basic)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.

 
Public Methodstatic (Shared in Visual Basic)Overloaded. Retrieves the key information of a specified document, like the document format, the total number of pages and others.  
Public Methodstatic (Shared in Visual Basic) Returns the path of the browser being used to handle HTML, MSG and EML content as input, if available.  
Public Methodstatic (Shared in Visual Basic) Returns the size of the internal browser pool.  
Public Methodstatic (Shared in Visual Basic)  
Public Methodstatic (Shared in Visual Basic) Returns if the provided DocumentFormat is an image format (raster or vector).  
Public Methodstatic (Shared in Visual Basic) Returns if a web browser is available.  
Public Methodstatic (Shared in Visual Basic)Releases all GdPicture image allocated by the Toolkit.  
Public Methodstatic (Shared in Visual Basic)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.

 
Public Methodstatic (Shared in Visual Basic)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.  
Public Methodstatic (Shared in Visual Basic) Enables or disables the EML certificate (if applicable) during conversion process, in some cases it can improves the performance of the conversion.  
Public Methodstatic (Shared in Visual Basic) Specifies the TIFF image format that the toolkit must produce.  
Public Methodstatic (Shared in Visual Basic) 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.  
Public Methodstatic (Shared in Visual Basic) Specifies a size of the internal browser pool.  
Public Methodstatic (Shared in Visual Basic) Returns a GdPictureStatus member from a specified exception.  
Top
See Also