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

    An image fragment on a PDF page.

    Constructors

    Name Description
    ImageFragment(DXImage) Initializes a new instance of the ImageFragment class with specified settings.

    Properties

    Name Description
    Clip Gets or sets the clipping region of a form fragment. Inherited from VisualFragment.
    Image Sets or gets the image to be drawn.
    Location Gets or sets the location of a form fragment. Inherited from VisualFragment.
    RotationAngle Gets or sets the rotation angle of a form fragment. Inherited from VisualFragment.
    ScaleX Gets or sets the horizontal scaling factor of a text fragment. Inherited from VisualFragment.
    ScaleY Gets or sets the vertical scaling factor of the form fragment. Inherited from VisualFragment.
    SkewX Gets or sets the horizontal skew angle of the form fragment. Inherited from VisualFragment.
    SkewY Gets or sets the vertical skew angle of the form fragment. Inherited from VisualFragment.

    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