PDFView4NET WinForms Edition
EnableCheckSum Property




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFUnidimensionalBarcode Class : EnableCheckSum Property
Gets or sets a value indicating whether a checksum symbol should be appended automatically to the barcode.
Syntax
'Declaration
 
Public Property EnableCheckSum As Boolean
'Usage
 
Dim instance As PDFUnidimensionalBarcode
Dim value As Boolean
 
instance.EnableCheckSum = value
 
value = instance.EnableCheckSum
public bool EnableCheckSum {get; set;}
public: __property bool get_EnableCheckSum();
public: __property void set_EnableCheckSum( 
   bool value
);
public:
property bool EnableCheckSum {
   bool get();
   void set (    bool value);
}

Property Value

True if a checksum symbol should be appended automatically to the barcode, false otherwise.
Remarks
Not all barcodes support checksum symbols. This property is ignored for those that do not support them.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFUnidimensionalBarcode Class
PDFUnidimensionalBarcode Members