Class DoImage
- Namespace
- GrapeCity.Documents.Pdf.Operators
- Assembly
- GcDocs.Pdf.dll
PDF "Do" operator.
Draws an PdfImage object.
public class DoImage : DoXObject, IImageOperator, IVisualOperator
- Inheritance
-
object
DoImage
- Implements
-
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
- Extension Methods
-
Properties
Desc
Gets the operator's description.
public override string Desc { get; }
Property Value
- string
Methods
GetBounds()
public override RectangleF? GetBounds()
Returns
- System.Drawing.RectangleF?
GetBoundsEx()
Returns the operator's bounds on the page.
public Quadrilateral GetBoundsEx()
Returns
- Quadrilateral
GetContentStreamBoundsEx()
Returns the operator's bounds on the page.
public Quadrilateral GetContentStreamBoundsEx()
Returns
- Quadrilateral