In This Topic

GetPageLayout Method (GdPictureMultiZoneOCR)

In This Topic
Retrieves the page layout generated by the OCR process.
Syntax
'Declaration

 

Public Function GetPageLayout() As PageLayout
public PageLayout GetPageLayout()
public function GetPageLayout(): PageLayout; 
public function GetPageLayout() : PageLayout;
public: PageLayout* GetPageLayout(); 
public:

PageLayout^ GetPageLayout(); 

Return Value

A GdPicture.Internal.Imaging.Document.Layout.PageLayout object containing the layout information of the processed document.
See Also