XFINIUM.PDF Documentation
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 Pdf417Barcode
Dim value As Boolean
 
value = instance.IsValid
public bool IsValid {get;}
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

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Pdf417Barcode Class
Pdf417Barcode Members

Send Feedback