PdfArtifact class

PdfArtifact class

Represents an artifact in a pdf content.

Inheritance: PdfArtifactPdfShapeShapeSearchAdapter

The PdfArtifact type exposes the following members:

Properties

Property Description
text Gets or sets the text of this PdfArtifact.
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 PdfArtifact from page left border in points.
y Gets the vertical offset of this PdfArtifact from page bottom border in points.
width Gets the width of this PdfArtifact in points.
height Gets the height of this PdfArtifact in points.
rotate_angle Gets the rotate angle of this PdfArtifact in degrees.
page Gets the parent page of this PdfArtifact.
artifact_type Gets the type of this PdfArtifact.
artifact_subtype Gets the subtype of this PdfArtifact.
opacity Gets the opacity of this PdfArtifact.

Remarks

Learn more: | | |

See Also