Leadtools.Services.Forms.DataContracts Namespace > OcrPageZones Class : PageNumber Property |
[DataMemberAttribute(Name="PageNumber", IsRequired=true)] public int PageNumber {get; set;}
'Declaration <DataMemberAttribute(Name="PageNumber", IsRequired=True)> Public Property PageNumber As Integer
'Usage Dim instance As OcrPageZones Dim value As Integer instance.PageNumber = value value = instance.PageNumber
[DataMemberAttribute(Name="PageNumber", IsRequired=true)] public: property int PageNumber { int get(); void set ( int value); }
The PageNumber is the 1-based page number in the source document (DocumentConvertOptions.Source) associated with the zones. This value is the 1-based page number regardless of the value of DocumentConvertOptions.FirstPageNumber, for example, you want the recognition to start at page 3 in the source document and you have zones for this page, you must set the OcrPageZones.PageNumber property to 3.