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

PDF417Code Class

Namespace:Avl
Assembly:AvlNet.Types.dll

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

Constructors

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

Properties

 NameTypeDescription
CenterAvl.Point2D
DataColumnCountSystem.Int32
ErrorCorrectionLevelSystem.Int32
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
OutlineAvl.Rectangle2D
RowCountSystem.Int32
TextSystem.String

Methods

 NameDescription
CopyTo(Avl.PDF417Code)
Dispose()Inherited from Avl.UnmanagedObject
Equals(object)Inherited from System.Object
Equals(Avl.PDF417Code)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Avl.PDF417Code)
ToString()Inherited from System.Object

Remarks

See also