PDFView4NET WinForms Edition
DisplayCheckSum Property




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFUnidimensionalBarcode Class : DisplayCheckSum Property
Gets or sets whether the check characters should be displayed in human readable form.
Syntax
'Declaration
 
Public Property DisplayCheckSum As Boolean
'Usage
 
Dim instance As PDFUnidimensionalBarcode
Dim value As Boolean
 
instance.DisplayCheckSum = value
 
value = instance.DisplayCheckSum
public bool DisplayCheckSum {get; set;}
public: __property bool get_DisplayCheckSum();
public: __property void set_DisplayCheckSum( 
   bool value
);
public:
property bool DisplayCheckSum {
   bool get();
   void set (    bool value);
}

Property Value

True if the check characters should be displayed. Default is false.
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