Click or drag to resize

IPdfRenderer Interface

Renders barcodes as embedded PDF objects.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public interface IPdfRenderer

The IPdfRenderer type exposes the following members.

Properties
  NameDescription
Public propertyHeight
Gets the requested height of the rendered barcode in logical units.
Public propertyWidth
Gets the requested width of the rendered barcode in logical units.
Top
Methods
  NameDescription
Public methodDrawText
Draws the specified text on the specified PDF page.
Public methodRenderBarcode
Renders a specified barcode on the specified page of a PDF document.
Top
See Also