[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.DoFormXObject

Class DoFormXObject

Namespace
GrapeCity.Documents.Pdf.Operators
Assembly
GcDocs.Pdf.dll

PDF "Do" operator. Draws an FormXObject object.

public class DoFormXObject : DoXObject, IVisualOperator
Inheritance
object
DoFormXObject
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Fields

FormXObject

The FormXObject object to draw.

public FormXObject FormXObject

Field Value

FormXObject

Operators

The list of operators of FormXObject.

public OperatorList Operators

Field Value

OperatorList

Properties

Desc

Gets the operator's description.

public override string Desc { get; }

Property Value

string

Methods

GetBounds()

Returns the bounds of IXObject.

public override RectangleF? GetBounds()

Returns

System.Drawing.RectangleF?