PdfXObject class
PdfXObject class
Represents an XObject in a pdf document.
Inheritance: PdfXObject →
PdfShape →
ShapeSearchAdapter
The PdfXObject type exposes the following members:
Properties
| Property | Description |
|---|---|
| text | Gets or sets the text of this PdfShape. |
| formatted_text_fragments | Gets the collection of formatted text fragments of this PdfShape. |
| image | Gets or sets the image of this PdfShape. |
| x | Gets the horizontal offset of this PdfXObject from page left border in points. |
| y | Gets the vertical offset of this PdfXObject from page bottom border in points. |
| width | Gets the width of this PdfXObject in points. |
| height | Gets the height of this PdfXObject in points. |
| rotate_angle | Gets the rotate angle of this PdfXObject in degrees. |
| page | Gets the parent page of this PdfXObject. |
Remarks
Learn more | | |
See Also
- module
groupdocs.watermark.contents.pdf - class
PdfShape - class
PdfXObject - class
ShapeSearchAdapter