PDFView4NET WinForms Edition


Barcode Property
Gets or sets the barcode.
Syntax
'Declaration
 
Public Property Barcode As PDFBarcode
'Usage
 
Dim instance As PDFBarcodeAnnotation
Dim value As PDFBarcode
 
instance.Barcode = value
 
value = instance.Barcode
public PDFBarcode Barcode {get; set;}

Property Value

The barcode that will be displayed on the annotation.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also