The PdfText type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BackColor |
The PDF object back color
(Inherited from PdfDrawableObject.) |
![]() | BlendingMode |
The blending mode when this object is drawn in PDF.
This property is Normal by default
(Inherited from PdfDrawableObject.) |
![]() | CharSpacing |
The spacing between characters in points
|
![]() | ClipRectangle |
The clip rectangle applied when drawing the object in PDF
(Inherited from PdfDrawableObject.) |
![]() | Cropping |
Controls if the text is cropped at the end of PDF page where it is rendered. This property is false by default and
the text can continue on the next page if necessary
|
![]() | DestHeight |
The destination rectangle height in points
|
![]() | DestWidth |
The destination rectangle width in points
|
![]() | DestX |
The destination rectangle top left corner X coordinate in points
|
![]() | DestY |
The destination rectangle top left corner Y coordinate in points
|
![]() | EmbedSystemFont |
Controls if the .NET font given in the constructor should be embedded in the PDF document.
By default the font is embedded if necessary
|
![]() | ForeColor |
The PDF object fore color
(Inherited from PdfDrawableObject.) |
![]() | Gradient |
The PDF object gradient color
(Inherited from PdfDrawableObject.) |
![]() | HorizontalAlign |
The horizontal alignment of the text
|
![]() | LineSpacing |
The spacing between lines in points
|
![]() | LineStyle |
The style of the lines rendered by this object
(Inherited from PdfDrawableObject.) |
![]() | Opacity |
The element opacity as a value between 0 which means completely transparent to 100 which means completely opaque.
The object is completely opaque by default
(Inherited from PdfDrawableObject.) |
![]() | Order |
The text order
|
![]() | Rise |
The text rise in points
|
![]() | RotationAngle |
The text counter-clockwise rotation angle
|
![]() | Text |
The text to be laid out
|
![]() | TextFont |
The text PDF font
|
![]() | TextSystemFont |
The text system font
|
![]() | VerticalAlign |
The vertical alignment of the text
|
![]() | WordSpacing |
The spacing between words in points
|
See Also