PdfXForm

PdfXForm class

Represents an XForm in a pdf content.

public class PdfXForm : PdfXObject

Properties

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

See Also