Click or drag to resize

PdfTextPath Methods

The PdfTextPath type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from PdfBaseShape.)
Protected methodCloneInstance
Clones the instance.
(Overrides PdfBaseTextShapeCloneInstance.)
Public methodCopyBaseShapePropertiesTo
Copies the base shape properties to the parameter shape.
(Inherited from PdfBaseShape.)
Public methodCurveTo
Draws a curve from the previous point to the destination point using two bezier control points
Protected methodDrawShape
Draws the shape.
(Overrides PdfBaseTextShapeDrawShape(PdfPageRenderer).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGenerateTransform
Generates the default transform based on Scale, Rotate, and Translate.
(Inherited from PdfBaseShape.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetTextStartOffset(Double, Double)
Gets the text start offset for a line of text. This is used to align text based on the alignment.
(Inherited from PdfBaseTextShape.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLineTo
Draws a line from the previous point to the destination point
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMoveTo
Moves to a point in pdf space
Public methodNotifyResourceRenamed
Notifies a resource consumer that a resource was renamed.
(Inherited from PdfBaseShape.)
Protected methodOnResourceRenamed
Called when a resource in the shape has been renamed.
(Inherited from PdfBaseTextShape.)
Protected methodOnResourcesRequested
Called when the PdfBaseShape is requested to report resources used. If client code consumes resources, it should override this method combining its results with those of base.OnResourceRequested
(Inherited from PdfBaseTextShape.)
Public methodRender
Generates the PDF display list objects.
(Inherited from PdfBaseTextShape.)
Public methodResourcesUsed
Reports a list of all resources consumed by the object of the given class.
(Inherited from PdfBaseShape.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also