PDFView4NET WPF Edition
Barcode Property




O2S.Components.PDFView4NET.Annotations Namespace > PDFBarcodeAnnotation Class : 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;}
public: __property PDFBarcode* get_Barcode();
public: __property void set_Barcode( 
   PDFBarcode* value
);
public:
property PDFBarcode^ Barcode {
   PDFBarcode^ get();
   void set (    PDFBarcode^ value);
}

Property Value

The barcode that will be displayed on the annotation.
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

PDFBarcodeAnnotation Class
PDFBarcodeAnnotation Members