Click or drag to resize
Pdf Library for .NET

PdfTextElement Class

Represents a text that can be added to a pdf document.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfPageElement
    SelectPdfPdfElement
      SelectPdfPdfTextElement

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public class PdfTextElement : PdfElement

The PdfTextElement type exposes the following members.

Constructors
 NameDescription
Public methodPdfTextElement(Single, Single, String, PdfFont) Creates a text object that can be added to a pdf document.
Public methodPdfTextElement(Single, Single, Single, String, PdfFont) Creates a text object that can be added to a pdf document.
Public methodPdfTextElement(Single, Single, String, PdfFont, PdfColor) Creates a text object that can be added to a pdf document.
Public methodPdfTextElement(Single, Single, Single, Single, String, PdfFont) Creates a text object that can be added to a pdf document.
Public methodPdfTextElement(Single, Single, Single, String, PdfFont, PdfColor) Creates a text object that can be added to a pdf document.
Public methodPdfTextElement(Single, Single, Single, Single, String, PdfFont, PdfColor) Creates a text object that can be added to a pdf document.
Top
Properties
 NameDescription
Public propertyBackColor Gets or sets the pdf element background color.
(Inherited from PdfElement)
Public propertyBlending Gets or sets the blending mode for transparent rendering of the pdf element.
(Inherited from PdfElement)
Public propertyCharacterSpacing Gets or sets an additional space between characters.
Public propertyClipRectangle A rectangle to be added to the current clipping path.
Public propertyColorSpace Gets or sets the color space for the pdf element rendering.
(Inherited from PdfElement)
Public propertyDirection Gets or sets an angle to control the text direction.
Public propertyFont The text font.
Public propertyForeColor Gets or sets the pdf element foreground color.
(Inherited from PdfElement)
Public propertyGradient Gets or sets the gradient used to fill a shape.
(Inherited from PdfElement)
Public propertyHeight The height of the destination rectangle where the text will be rendered.
Public propertyHorizontalAlign Gets or sets the horizontal text alignment.
Public propertyLeading Gets or sets a value that indicates the vertical distance between the baselines of adjacent lines of text.
Public propertyLineStyle Gets or sets the line style for pdf elements rendering lines.
(Inherited from PdfElement)
Public propertyRightToLeft Indicates if the text is in a right-to-left language.
Public propertyRotated A flag to indicate if the current pdf element was rotated.
(Inherited from PdfElement)
Public propertyScaled A flag to indicate if the current pdf element was scaled.
(Inherited from PdfElement)
Public propertySkewed A flag to indicate if the current pdf element was skewed.
(Inherited from PdfElement)
Public propertyText The text string that will be added to the pdf document.
Public propertyTextRise Gets or sets the distance to move the text baseline up or down from its default location.
Public propertyTranslated A flag to indicate if the current pdf element was translated.
(Inherited from PdfElement)
Public propertyTransparency Gets or sets the pdf element transparency.
(Inherited from PdfElement)
Public propertyVerticalAlign Gets or sets the vertical text alignment.
Public propertyWidth The width of destination rectangle where the text will be rendered.
Public propertyWordSpacing Gets or sets an additional space between words.
Public propertyX Gets or sets the text start position on the X axis.
Public propertyY Gets or sets the text start position on the Y axis.
Top
Methods
 NameDescription
Public methodRotate Rotes the coordinate system before rendering the pdf element.
(Inherited from PdfElement)
Public methodScale Scales the coordinate system before rendering the pdf element.
(Inherited from PdfElement)
Public methodSkew Skews the x and y axis by an two different angles before rendering the pdf element.
(Inherited from PdfElement)
Public methodTranslate Translates the coordinate system before rendering the pdf element.
(Inherited from PdfElement)
Top
See Also