PDFView4NET WPF Edition
YDimension Property (PDFCodablockFBarcode)




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

Property Value

A double value specifying the height of a barcode row.
Remarks
The minimum YDimension should be either 8*XDimension or 0.55*Columns+3, whichever is greater. If this property is 0, the row height will be computed automatically.
Depending on the barcode printer resolution and quality of barcode scanner, the YDimension can be increased or decreased to make sure the barcode is scanned correctly. A lower YDimension results in a higher barcode density and less occupied space, but it requires high resolution printers (laser printer quality) and precise scanners in order to read the barcodes.
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

PDFCodablockFBarcode Class
PDFCodablockFBarcode Members