Click or drag to resize

BarcodePdfRenderer Class

Class controls placement of barcodes on a PDF page.
Inheritance Hierarchy

Namespace:  Opait.Barcode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public class BarcodePdfRenderer : BarcodeRenderer

The BarcodePdfRenderer type exposes the following members.

Constructors
  NameDescription
Public methodBarcodePdfRenderer
Initializes a new instance of the BarcodePdfRenderer
Public methodBarcodePdfRenderer(EncoderOptions)
Initializes a new instance of the BarcodePdfRenderer
Top
Properties
  NameDescription
Public propertyHeight
Gets or sets the desired height of the rendered barcode in logical units.
(Inherited from BarcodeRenderer.)
Public propertyWidth
Gets or sets the desired width of the rendered barcode in logical units.
(Inherited from BarcodeRenderer.)
Top
Methods
  NameDescription
Public methodRenderBarcode
Renders a specified barcode on the specified page of a PDF document.
Top
See Also