PDFView4NET WPF Edition
IsValid Property (PDFBasePDF417Barcode)




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFBasePDF417Barcode Class : IsValid Property
Gets a value indicating whether a valid barcode can be built.
Syntax
'Declaration
 
Public ReadOnly Property IsValid As Boolean
'Usage
 
Dim instance As PDFBasePDF417Barcode
Dim value As Boolean
 
value = instance.IsValid
public bool IsValid {get;}
public: __property bool get_IsValid();
public:
property bool IsValid {
   bool get();
}

Property Value

True if the barcode can be built, false otherwise.
Remarks
The following items are considered when building the barcode: barcode data, rows, columns and error correction level.
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

PDFBasePDF417Barcode Class
PDFBasePDF417Barcode Members