PdfUnidimensionalBarcode
ShowCheckDigit Property
|
Note: This API is now obsolete.
Namespace:
Spire.Pdf.Barcode
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[ObsoleteAttribute("This field may be removed in the future.")]
public bool ShowCheckDigit { get; set; }
<ObsoleteAttribute("This field may be removed in the future.")>
Public Property ShowCheckDigit As Boolean
Get
Set
public:
[ObsoleteAttribute(L"This field may be removed in the future.")]
property bool ShowCheckDigit {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("This field may be removed in the future.")>]
member ShowCheckDigit : bool with get, set
Property Value
Type:
Boolean
Remarks
The Default value is false.
See Also