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

Barcode class. More...

Public Member Functions

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

Properties

short BarcodeOrientation [get, set]
 Gets or sets the barcode orientation. More...
 
short BarcodeType [get, set]
 Gets or sets the type of the barcode. More...
 
int Height [get, set]
 Gets or sets the height. More...
 
int Left [get, set]
 Gets or sets the left coordinate. More...
 
int PageIndex [get, set]
 Gets or sets (set is deprecated) the page index. Setting the page index will do nothing as it is not supported. More...
 
int Top [get, set]
 Gets or sets the top coordinate. More...
 
string Value [get, set]
 Gets or sets the value. More...
 
int Width [get, set]
 Gets or sets the width. More...
 

Description

Barcode class.

Constructor & Destructor Documentation

Barcode ( )

Initializes a new instance of the Barcode class.

Property Documentation

short BarcodeOrientation
getset

Gets or sets the barcode orientation.

The barcode orientation.

short BarcodeType
getset

Gets or sets the type of the barcode.

The type of the barcode.

int Height
getset

Gets or sets the height.

int Left
getset

Gets or sets the left coordinate.

int PageIndex
getset

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

int Top
getset

Gets or sets the top coordinate.

string Value
getset

Gets or sets the value.

The value.

int Width
getset

Gets or sets the width.