[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.IImageOperator

IImageOperator Interface

The common interface for DoImage, DoImageWrapper, InlineImage operators.

Namespace: GrapeCity.Documents.Pdf.Operators
Assembly: DS.Documents.Pdf.dll
Syntax
public interface IImageOperator : IVisualOperator
Public Interface IImageOperator
    Inherits IVisualOperator

Properties

Name Description
Image

Gets an image rendered by this operator.

Matrix

Gets a matrix active then operator rendered.

Transform

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

Methods

Name Description
GetBoundsEx(out Quadrilateral)

Returns bounds of the operator.

Extension Methods