PDFView4NET WPF Edition
YDimension Property (PDFBarcode)




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFBarcode Class : YDimension Property
Gets or sets the height of a bar.
Syntax
'Declaration
 
Public Overridable Property YDimension As Double
'Usage
 
Dim instance As PDFBarcode
Dim value As Double
 
instance.YDimension = value
 
value = instance.YDimension
public virtual double YDimension {get; set;}
public: __property virtual double get_YDimension();
public: __property virtual void set_YDimension( 
   double value
);
public:
virtual property double YDimension {
   double get();
   void set (    double value);
}

Property Value

A double value specifying the height of a bar.
Exceptions
ExceptionDescription
Thrown when value is less than or equal to zero.
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