Skip to main content
All docs
V26.1
  • VisualFragment Members

    Properties

    Name Description
    Clip Gets or sets the clipping region of a form fragment.
    Location Gets or sets the location of a form fragment.
    RotationAngle Gets or sets the rotation angle of a form fragment.
    ScaleX Gets or sets the horizontal scaling factor of a text fragment.
    ScaleY Gets or sets the vertical scaling factor of the form fragment.
    SkewX Gets or sets the horizontal skew angle of the form fragment.
    SkewY Gets or sets the vertical skew angle of the form fragment.

    Methods

    Name Description
    Clone() Creates a copy of the PageFragment object. Inherited from PageFragment.
    Clone(DocumentCloneContext) Creates a copy of the PageFragment object using the specified context. Inherited from PageFragment.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also