PDFView4NET WinForms Edition
Left Property (PDFBarcode)




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFBarcode Class : Left Property
Gets or sets the X coordinate of the top left corner of the barcode's rectangle.
Syntax
'Declaration
 
Public Property Left As Double
'Usage
 
Dim instance As PDFBarcode
Dim value As Double
 
instance.Left = value
 
value = instance.Left
public double Left {get; set;}
public: __property double get_Left();
public: __property void set_Left( 
   double value
);
public:
property double Left {
   double get();
   void set (    double value);
}

Property Value

a double value representing the X coordinate of the top left corner of the barcode's 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