[]
PDF "BI" and "EI" operators. Draw inline image.
public class InlineImage : OperatorBase, IImageOperator, IVisualOperator
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 image's bounds.
public RectangleF? GetBounds()
Returns operator bounds.
public void GetBoundsEx(out Quadrilateral bounds)
bounds
QuadrilateralDetermines 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 Color.
public bool TryGetNonstrokeColor(out Color color)
color
Color