[]
The common interface for DoImage, DoImageWrapper, InlineImage operators.
public interface IImageOperator : IVisualOperator
Gets an image rendered by this operator.
PdfImageBase Image { get; }
Gets a matrix active then operator rendered.
Matrix3x2 Matrix { get; }
For internal use. Gets the GraphicsState.Transform value then then operator was executed.
Matrix3x2 Transform { get; }