In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.__GdPicturePDF / BeforePageOcr Method

BeforePageOcr Method

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(2)>

Sub BeforePageOcr( _

   ByVal pageNo As Integer, _

   ByRef cancel As Boolean _

) 
[DispId(2)]

void BeforePageOcr( 

   int pageNo,

   ref bool cancel

)
procedure BeforePageOcr( 

    pageNo: Integer;

   var  cancel: Boolean

); 
DispIdAttribute(2)

function BeforePageOcr( 

   pageNo : int,

   cancel : boolean

);
[DispId(2)]

void BeforePageOcr( 

   int pageNo,

   ref bool cancel

) 
[DispId(2)]

void BeforePageOcr( 

   int pageNo,

   bool% cancel

) 

Parameters

pageNo
cancel
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.__GdPicturePDF
__GdPicturePDF Members