PDFView4NET WinForms Edition
Top Property (PDFBarcode)




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

Property Value

a double value representing the Y 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