[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.DoXObject

DoXObject Class

PDF "Do" operator. Base class for DoFormXObject and DoImage.

Implements
Namespace: GrapeCity.Documents.Pdf.Operators
Assembly: DS.Documents.Pdf.dll
Syntax
public abstract class DoXObject : OperatorBase, IVisualOperator
Public MustInherit Class DoXObject
    Inherits OperatorBase
    Implements IVisualOperator

Fields

Name Description
XObjectName

The name of the external object.

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 bounds of IXObject.

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.