Click or drag to resize

PdfBarGraphics Class

Implements pdf bar graphics.
Inheritance Hierarchy
SystemObject
  Atalasoft.PdfDoc.BarcodeWritingPdfBarGraphics

Namespace:  Atalasoft.PdfDoc.BarcodeWriting
Assembly:  Atalasoft.dotImage.PdfDoc.BarcodeWriting (in Atalasoft.dotImage.PdfDoc.BarcodeWriting.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class PdfBarGraphics : IBarGraphics

The PdfBarGraphics type exposes the following members.

Constructors
  NameDescription
Public methodPdfBarGraphics
Initializes a new instance of the PdfBarGraphics class.
Top
Properties
  NameDescription
Public propertyDpiX
Gets the dpi in the X direction.
Public propertyDpiY
Gets the dpi in the Y direction.
Top
Methods
  NameDescription
Public methodDrawString(String, Font, Brush, Rectangle, StringFormat)
Draws the string.
Public methodDrawString(String, Font, Brush, RectangleF, StringFormat)
Draws a string.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFillRectangle
Fills the rectangle.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMeasureString
Measures the string.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRestore
Restores the specified GraphicsState.
Public methodRotateTransform
Use a rotate transform to rotate the render canvas.
Public methodSave
Saves the instance of GraphicsState.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTranslateTransform
Use a translate transform to move the render point
Top
See Also