[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.DoImageWrapper

Class DoImageWrapper

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

PDF "Do" operator. Draws an PdfImageHandler object.

public class DoImageWrapper : DoXObject, IImageOperator, IVisualOperator
Inheritance
DoImageWrapper
Implements
Inherited Members
Extension Methods

Properties

Desc

Gets the operator's description.

public override string Desc { get; }

Property Value

string

Methods

GetBoundsEx(out Quadrilateral)

Returns operator bounds.

public override void GetBoundsEx(out Quadrilateral bounds)

Parameters

bounds Quadrilateral

IsSame(OperatorBase)

Determines whether the provided operator is the same as the current operator.

public override bool IsSame(OperatorBase other)

Parameters

other OperatorBase

A OperatorBase object.

Returns

bool

true if the provided operator is the same as the current operator; otherwise, false.