PDFView4NET WPF Edition
SupplementYDimension Property




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFEANBarcode Class : SupplementYDimension Property
Gets or sets the height of a bar in the supplement barcode.
Syntax
'Declaration
 
Public Property SupplementYDimension As Double
'Usage
 
Dim instance As PDFEANBarcode
Dim value As Double
 
instance.SupplementYDimension = value
 
value = instance.SupplementYDimension
public double SupplementYDimension {get; set;}
public: __property double get_SupplementYDimension();
public: __property void set_SupplementYDimension( 
   double value
);
public:
property double SupplementYDimension {
   double get();
   void set (    double value);
}

Property Value

A double value specifying the height of a bar in the supplement barcode.
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

PDFEANBarcode Class
PDFEANBarcode Members