DrawingContentElement Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a drawing content element.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ContentElementsContentElementBase
    Apitron.PDF.Kit.FixedLayout.ContentElementsDrawingContentElement

Namespace:  Apitron.PDF.Kit.FixedLayout.ContentElements
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class DrawingContentElement : ContentElementBase

The DrawingContentElement type exposes the following members.

Properties

  NameDescription
Public propertyBoundary
Gets the boundary of the DrawingContentElement.
(Overrides ContentElementBaseBoundary.)
Public propertyDrawingRule
Gets the drawing rule.
Public propertyElementType
Gets the content element type.
(Overrides ContentElementBaseElementType.)
Public propertyNonStrokingColor
Gets the color of the non stroking.
Public propertyNonStrokingColorSpaceID
Gets the non stroking color space identifier.
Public propertyOperationType
Gets the operation type.
Public propertyPath
Gets the drawing path.
Public propertyStrokingColor
Gets the color of the stroking.
Public propertyStrokingColorSpaceID
Gets the stroking color space identifier.
Top
Methods

  NameDescription
Public methodAddContent(ClippedContent, Boolean)
Adds the ClippedContent before of after the content element.
(Inherited from ContentElementBase.)
Public methodAddContent(TextObject, Boolean)
Adds the TextObject before of after the content element.
(Inherited from ContentElementBase.)
Public methodMove
Moves the content element using specified offsets.
(Inherited from ContentElementBase.)
Public methodRemove
Removes the content element.
(Inherited from ContentElementBase.)
Public methodScale
Scales the content element using specified scales.
(Inherited from ContentElementBase.)
Public methodSetNonStrokingColor(Double)
Changes non-stroking color for the content element.
Public methodSetNonStrokingColor(String, Double)
Changes non-stroking color for the content element.
Public methodSetNonStrokingColor(String, String, Double)
Changes non-stroking color for the content element.
Public methodSetStrokingColor(Double)
Changes stroking color for the content element.
Public methodSetStrokingColor(String, Double)
Changes stroking color for the content element.
Public methodSetStrokingColor(String, String, Double)
Changes stroking color for the content element.
Public methodTransform
Transforms the content element using specified transformation matrix.
(Inherited from ContentElementBase.)
Top
See Also

Reference