PdfArtifact

PdfArtifact class

Represents an artifact in a pdf content.

public class PdfArtifact : PdfShape

Properties

Name Description
ArtifactSubtype { get; } Gets the subtype of this PdfArtifact.
ArtifactType { get; } Gets the type of this PdfArtifact.
FormattedTextFragments { get; } Gets the collection of formatted text fragments of this PdfShape.
override Height { get; } Gets the height of this PdfArtifact in points.
Image { get; set; } Gets or sets the image of this PdfShape.
Opacity { get; } Gets the opacity of this PdfArtifact.
Page { get; } Gets the parent page of this PdfArtifact.
override RotateAngle { get; } Gets the rotate angle of this PdfArtifact in degrees.
override Text { get; set; } Gets or sets the text of this PdfArtifact.
override Width { get; } Gets the width of this PdfArtifact in points.
override X { get; } Gets the horizontal offset of this PdfArtifact from page left border in points.
override Y { get; } Gets the vertical offset of this PdfArtifact from page bottom border in points.

Remarks

Learn more:

See Also