In This Topic

GetDocumentPreview Method (GdPictureDocumentUtilities)

In This Topic
Retrieves the key information of a specified document, like the document format, the total number of pages and others.
Overload List
OverloadDescription
Retrieves the format of a required document specified by its file path and the total number of pages of that document.  
Retrieves the format of a required document and the total number of pages of that document. The specified document is accessible from a previously instantiated Stream object.  
Retrieves the format of a required document specified by its file path, the total number of pages of that document and produces the thumbnail of its first page according to the specified parameters.  
Retrieves the format of a required document, the total number of pages of that document and produces the thumbnail of its first page according to the specified parameters. The required document is accessible from a previously instantiated Stream object.  
Retrieves the format of a required document, the total number of pages of that document and produces the thumbnail of its first page according to the specified parameters. The required document is accessible from a previously instantiated Stream object.  
See Also