[]
PDF "Do" operator. Base class for DoFormXObject and DoImage.
public abstract class DoXObject : OperatorBase, IVisualOperator
| Name | Description |
|---|---|
| XObjectName | The name of the external object. |
| Name | Description |
|---|---|
| Desc | Gets the operator's description. |
| Matrix | Gets the GraphicsState.Matrix. |
| Name | Gets the operator's PDF name. |
| 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. |