[]
PDF "Do" operator. Base class for DoFormXObject and DoImage.
public abstract class DoXObject : OperatorBase, IVisualOperator
The name of the external object.
public PdfName XObjectName
Gets the operator's description.
public override string Desc { get; }
Gets the GraphicsState.Matrix.
public Matrix3x2 Matrix { get; }
Gets the operator's PDF name.
public override string Name { get; }
Returns the bounds of IXObject.
public abstract 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.
Tries to interpret the non-stroke color of graphics state used by this operator as simple System.Drawing.Color.
public bool TryGetNonstrokeColor(out Color color)
color
System.Drawing.Color