All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
Page Class Reference

Page class. More...

Public Member Functions

 Page ()
 Initializes a new instance of the Page class. More...
 

Properties

CaptureAnnotationCollection Annotations [get, set]
 Gets or sets the annotations. More...
 
BarcodeCollection Barcodes [get, set]
 Gets or sets the barcodes. More...
 
string FileName [get, set]
 Gets or sets the name of the file. More...
 
bool Front [get, set]
 Gets or sets a value indicating whether this Page is front. More...
 
float HorizontalResolution [get, set]
 Gets or sets the horizontal resolution. More...
 
string Id [get, set]
 Gets or sets the id. More...
 
string ImageId [get, set]
 Gets or sets the image id. More...
 
string ImprintedText [get, set]
 Gets or sets the imprinted text. More...
 
string MimeType [get, set]
 Gets or sets the type of the MIME. More...
 
bool Rejected [get, set]
 Gets or sets a value indicating whether this Page is rejected. More...
 
string RejectionNote [get, set]
 Gets or sets the rejection note. More...
 
short RotationType [get, set]
 Gets or sets the type of the rotation. More...
 
string SheetId [get, set]
 Gets or sets the sheet id. More...
 
Size Size [get, set]
 Gets or sets the size. More...
 
float VerticalResolution [get, set]
 Gets or sets the vertical resolution. More...
 
bool VirtualReScanProcessed [get, set]
 Gets or sets a value indicating whether [virtual re scan processed]. More...
 
WordCollection Words [get, set]
 Gets or sets (set is deprecated) the words. Setting the words will do nothing as it is not supported. More...
 

Description

Page class.

Constructor & Destructor Documentation

Page ( )

Initializes a new instance of the Page class.

Property Documentation

CaptureAnnotationCollection Annotations
getset

Gets or sets the annotations.

The annotations.

BarcodeCollection Barcodes
getset

Gets or sets the barcodes.

The barcodes.

string FileName
getset

Gets or sets the name of the file.

The name of the file.

bool Front
getset

Gets or sets a value indicating whether this Page is front.

true if front; otherwise, false.

float HorizontalResolution
getset

Gets or sets the horizontal resolution.

The horizontal resolution.

string Id
getset

Gets or sets the id.

The id.

string ImageId
getset

Gets or sets the image id.

The image id.

string ImprintedText
getset

Gets or sets the imprinted text.

The imprinted text.

string MimeType
getset

Gets or sets the type of the MIME.

The type of the MIME.

bool Rejected
getset

Gets or sets a value indicating whether this Page is rejected.

true if rejected; otherwise, false.

string RejectionNote
getset

Gets or sets the rejection note.

The rejection note.

short RotationType
getset

Gets or sets the type of the rotation.

The type of the rotation.

string SheetId
getset

Gets or sets the sheet id.

The sheet id.

Size Size
getset

Gets or sets the size.

The size.

float VerticalResolution
getset

Gets or sets the vertical resolution.

The vertical resolution.

bool VirtualReScanProcessed
getset

Gets or sets a value indicating whether [virtual re scan processed].

true if [virtual re scan processed]; otherwise, false.

WordCollection Words
getset

Gets or sets (set is deprecated) the words. Setting the words will do nothing as it is not supported.

The words.