PDFView4NET WinForms Edition
Width Property (PDFBarcode)




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFBarcode Class : Width Property
Gets the width in points of the barcode rectangle.
Syntax
'Declaration
 
Public ReadOnly Property Width As Double
'Usage
 
Dim instance As PDFBarcode
Dim value As Double
 
value = instance.Width
public double Width {get;}
public: __property double get_Width();
public:
property double Width {
   double get();
}

Property Value

A double value specifying the width of the barcode rectangle.
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

PDFBarcode Class
PDFBarcode Members