PDFView4NET WinForms Edition
PDFHeightModulatedBarcode Class
Members 




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace : PDFHeightModulatedBarcode Class
Defines the base class for all height modulated barcodes.
Object Model
PDFHeightModulatedBarcode ClassPDFColor ClassPDFColor ClassPDFFontBase ClassPDFColor Class
Syntax
'Declaration
 
Public MustInherit Class PDFHeightModulatedBarcode 
   Inherits PDFUnidimensionalBarcode
'Usage
 
Dim instance As PDFHeightModulatedBarcode
public abstract class PDFHeightModulatedBarcode : PDFUnidimensionalBarcode 
public __gc abstract class PDFHeightModulatedBarcode : public PDFUnidimensionalBarcode 
public ref class PDFHeightModulatedBarcode abstract : public PDFUnidimensionalBarcode 
Remarks
Height modulated barcodes encode the information in the height of the bars, not and in the width of the bars and spaces.
Usually height modulated barcodes are used for encoding postal information, such as ZIP/Postal codes or delivery points.
Inheritance Hierarchy

System.Object
   O2S.Components.PDFView4NET.Graphics.Barcodes.PDFBarcode
      O2S.Components.PDFView4NET.Graphics.Barcodes.PDFUnidimensionalBarcode
         O2S.Components.PDFView4NET.Graphics.Barcodes.PDFHeightModulatedBarcode
            O2S.Components.PDFView4NET.Graphics.Barcodes.PDFPlanetBarcode
            O2S.Components.PDFView4NET.Graphics.Barcodes.PDFPostNetBarcode
            O2S.Components.PDFView4NET.Graphics.Barcodes.PDFRM4SCCBarcode

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

PDFHeightModulatedBarcode Members
O2S.Components.PDFView4NET.Graphics.Barcodes Namespace