[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.InlineImage

InlineImage Class

PDF "BI" and "EI" operators. Draw inline image.

Inheritance
InlineImage
Namespace: GrapeCity.Documents.Pdf.Operators
Assembly: DS.Documents.Pdf.dll
Syntax
public class InlineImage : OperatorBase, IImageOperator, IVisualOperator
Public Class InlineImage
    Inherits OperatorBase
    Implements IImageOperator, IVisualOperator

Properties

Name Description
Desc

Gets the operator's description.

Matrix

Gets the GraphicsState.Matrix.

Name

Gets the operator's PDF name.

Methods

Name Description
GetBounds()

Returns the image's bounds.

GetBoundsEx(out Quadrilateral)

Returns operator bounds.

IsSame(OperatorBase)

Determines whether the provided operator is the same as the current operator.

TryGetNonstrokeColor(out Color)

Tries to interpret the non-stroke color of graphics state used by this operator as simple Color.

Extension Methods