[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.IImageOperator

Interface IImageOperator

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

The common interface for DoImage, DoImageWrapper, InlineImage operators.

public interface IImageOperator : IVisualOperator
Inherited Members
Extension Methods

Properties

Image

Gets an image rendered by this operator.

PdfImageBase Image { get; }

Property Value

PdfImageBase

Matrix

Gets a matrix active then operator rendered.

Matrix3x2 Matrix { get; }

Property Value

System.Numerics.Matrix3x2

Transform

For internal use. Gets the GraphicsState.Transform value then then operator was executed.

Matrix3x2 Transform { get; }

Property Value

System.Numerics.Matrix3x2