FieldDisplayBarcode Properties |
The FieldDisplayBarcode type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AddStartStopChar |
Gets or sets whether to add Start/Stop characters for barcode types NW7 and CODE39.
|
![]() ![]() | BackgroundColor |
Gets or sets the background color of the barcode symbol. Valid values are in the range [0, 0xFFFFFF]
|
![]() ![]() | BarcodeType |
Gets or sets the barcode type (QR, etc.)
|
![]() ![]() | BarcodeValue |
Gets or sets the barcode value.
|
![]() ![]() | CaseCodeStyle |
Gets or sets the style of a Case Code for barcode type ITF14. The valid values are [STD|EXT|ADD]
|
![]() ![]() | DisplayResult |
Gets the text that represents the displayed field result.
(Inherited from Field.) |
![]() ![]() | DisplayText |
Gets or sets whether to display barcode data (text) along with image.
|
![]() ![]() | End |
Gets the node that represents the field end.
(Inherited from Field.) |
![]() ![]() | ErrorCorrectionLevel |
Gets or sets an error correction level of QR Code. Valid values are [0, 3].
|
![]() ![]() | FixCheckDigit |
Gets or sets whether to fix the check digit if it’s invalid.
|
![]() ![]() | ForegroundColor |
Gets or sets the foreground color of the barcode symbol. Valid values are in the range [0, 0xFFFFFF]
|
![]() ![]() | Format |
Gets a FieldFormat object that provides typed access to field's formatting.
(Inherited from Field.) |
![]() ![]() | IsDirty |
Gets or sets whether the current result of the field is no longer correct (stale) due to other modifications made to the document.
(Inherited from Field.) |
![]() ![]() | IsLocked |
Gets or sets whether the field is locked (should not recalculate its result).
(Inherited from Field.) |
![]() ![]() | LocaleId |
Gets or sets the LCID of the field.
(Inherited from Field.) |
![]() ![]() | PosCodeStyle |
Gets or sets the style of a Point of Sale barcode (barcode types UPCA|UPCE|EAN13|EAN8). The valid values (case insensitive) are [STD|SUP2|SUP5|CASE].
|
![]() ![]() | Result |
Gets or sets text that is between the field separator and field end.
(Inherited from Field.) |
![]() ![]() | ScalingFactor |
Gets or sets a scaling factor for the symbol. The value is in whole percentage points and the valid values are [10, 1000]
|
![]() ![]() | Separator |
Gets the node that represents the field separator. Can be null.
(Inherited from Field.) |
![]() ![]() | Start |
Gets the node that represents the start of the field.
(Inherited from Field.) |
![]() ![]() | SymbolHeight |
Gets or sets the height of the symbol. The units are in TWIPS (1/1440 inch).
|
![]() ![]() | SymbolRotation |
Gets or sets the rotation of the barcode symbol. Valid values are [0, 3]
|
![]() ![]() | Type |
Gets the Microsoft Word field type.
(Inherited from Field.) |