GdPicture.NET.14
GdPicture14 Namespace / GdPictureTextExtraction Class / GetDocumentFormat Method





In This Topic
GetDocumentFormat Method (GdPictureTextExtraction)
In This Topic
Returns the format the currently loaded document.
Syntax
'Declaration
 
Public Function GetDocumentFormat() As DocumentFormat
public DocumentFormat GetDocumentFormat()
public function GetDocumentFormat(): DocumentFormat; 
public function GetDocumentFormat() : DocumentFormat;
public: DocumentFormat GetDocumentFormat(); 
public:
DocumentFormat GetDocumentFormat(); 

Return Value

A member of the DocumentFormat enumeration.
See Also