[]
PDF "Do" operator. Draws an PdfImageHandler object.
public class DoImageWrapper : DoXObject, IImageOperator, IVisualOperator
Gets the operator's description.
public override string Desc { get; }
Returns the bounds of IXObject.
public override RectangleF? GetBounds()
Determines whether the provided operator is the same as the current operator.
public override bool IsSame(OperatorBase other)
other
OperatorBaseA OperatorBase object.
true if the provided operator is the same as the current operator; otherwise, false.