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