SetCharWidthBoundingBox
Contents
[
Hide
]
SetCharWidthBoundingBox class
Class representing d1 operator (set glyph and bounding box).
public class SetCharWidthBoundingBox : Operator
Properties
Name | Description |
---|---|
Index { get; set; } | Operator index in page operators list. |
Llx { get; } | Lower-left horizontal coordinate of bounding rectangle. |
Lly { get; } | Lower-left vertical coordinate of bounding rectangle. |
Urx { get; } | Upper-right horizontal coordinate of bounding rectangle. |
Ury { get; } | Upper-right vertical coordinate of bounding rectangle. |
Wx { get; } | Horizontal displacement of glyph. |
Wy { get; } | Vertical displacement of glyph. |
Methods
Name | Description |
---|---|
override Accept(IOperatorSelector) | Accepts visitor object to process operator. |
override ToString() | Returns text representation of operator. |
See Also
- class Operator
- namespace Aspose.Pdf.Operators
- assembly Aspose.PDF