Error processing SSI file
LEADTOOLS WCF (Leadtools.Services.Twain assembly)

Show in webframe

CurrentPage Property






(Read only) Gets the current page number.
Syntax
[DataMemberAttribute("currentPage")]
public int CurrentPage {get;}
'Declaration
 
<DataMemberAttribute("currentPage")>
Public ReadOnly Property CurrentPage As Integer
'Usage
 
Dim instance As TwainStatus
Dim value As Integer
 
value = instance.CurrentPage

            

            
[DataMemberAttribute("currentPage")]
public:
property int CurrentPage {
   int get();
}

Property Value

The current page number.
Requirements

Target Platforms

See Also

Reference

TwainStatus Class
TwainStatus Members

Error processing SSI file