SetCharWidthBoundingBox Class
Class representing d1 operator (set glyph and bounding box).
Inheritance Hierarchy
SystemObject
  Aspose.PdfOperator
    Aspose.Pdf.OperatorsSetCharWidthBoundingBox

Namespace: Aspose.Pdf.Operators
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class SetCharWidthBoundingBox : Operator

The SetCharWidthBoundingBox type exposes the following members.

Properties
  NameDescription
Public propertyIndex
Operator index in page operators list.
(Inherited from Operator.)
Public propertyLlx
Lower-left horizontal coordinate of bounding rectangle.
Public propertyLly
Lower-left vertical coordinate of bounding rectangle.
Public propertyUrx
Upper-right horizontal coordinate of bounding rectangle.
Public propertyUry
Upper-right vertical coordinate of bounding rectangle.
Public propertyWx
Horizontal displacement of glyph.
Public propertyWy
Vertical displacement of glyph.
Methods
See Also