BarcodeSettings Class |
Namespace: GroupDocs.Assembly
The BarcodeSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseXDimension |
Gets or sets a base x-dimension, that is, the smallest width of the unit of barcode bars and spaces.
Measured in GraphicsUnit.
|
![]() | BaseYDimension |
Gets or sets a base y-dimension, that is, the smallest height of the unit of 2D barcode modules.
Measured in GraphicsUnit.
|
![]() | GraphicsUnit |
Gets or sets a graphics unit used to measure BaseXDimension and BaseYDimension.
The default value is Millimeter.
|
![]() | UseAutoCorrection |
Gets or sets a value indicating whether an invalid barcode value should be corrected automatically
(if possible) to fit the barcode's specification or an exception should be thrown to indicate the error.
The default value is true.
|
![]() | XResolution |
Gets or sets the horizontal resolution of a barcode image being generated. Measured in dots per inch.
The default value is 96.
|
![]() | YResolution |
Gets or sets the vertical resolution of a barcode image being generated. Measured in dots per inch.
The default value is 96.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |