You are here: Start » AVL.NET » PDF417Code Class

PDF417Code Class

Holds information about PDF417 code: its position and text which is encoded.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

 ConstructorDescription
PDF417Code(Rectangle2D, String, Int32, Int32, Int32, Point2D)
PDF417Code()

Properties

 NameTypeDescription
CenterAvlNet.Point2D
DataColumnCountSystem.Int32
ErrorCorrectionLevelSystem.Int32
OutlineAvlNet.Rectangle2D
RowCountSystem.Int32
TextSystem.String

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(AvlNet.PDF417Code)
Equals(AvlNet.PDF417Code, AvlNet.PDF417Code)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also