Click or drag to resize

PdfTextBox Properties

The PdfTextBox type exposes the following members.

Properties
  NameDescription
Public propertyAlignment
Gets or sets the alignment.
(Inherited from PdfBaseTextShape.)
Public propertyBounds
Gets or sets the bounds of the text box.
Public propertyClip
Gets or sets a value indicating whether this PdfBaseShape shape will clip.
(Inherited from PdfBaseShape.)
Public propertyFillColor
Gets or sets the color of the fill.
(Inherited from PdfBaseShape.)
Public propertyFontName
Gets or sets the name of the font.
(Inherited from PdfBaseTextShape.)
Public propertyFontSize
Gets or sets the size of the font.
(Inherited from PdfBaseTextShape.)
Public propertyHorizontalScaling
Gets or sets the horizontal scaling.
(Inherited from PdfBaseTextShape.)
Public propertyLocation
Gets or sets the location.
(Inherited from PdfBaseShape.)
Public propertyName
Gets or sets the name of the IPdfRenderable object.
(Inherited from PdfBaseShape.)
Public propertyOutlineColor
Gets or sets the color of the outline.
(Inherited from PdfBaseShape.)
Public propertyRenderMode
Gets or sets the render mode.
(Inherited from PdfBaseTextShape.)
Public propertyRotation
Gets or sets the rotation in degrees.
(Inherited from PdfBaseShape.)
Public propertyScale
Gets or sets the scale.
(Inherited from PdfBaseShape.)
Public propertyStyle
Gets or sets the style.
(Inherited from PdfBaseShape.)
Public propertyText
Gets or sets the text that will be in the box.
Public propertyWordSpacing
Gets or sets the word spacing.
(Inherited from PdfBaseTextShape.)
Top
See Also