HiQPdf Documentation

PdfText Properties

Quickly Create High Quality PDFs

The PdfText type exposes the following members.

Properties

  NameDescription
Public propertyBackColor
The PDF object back color
(Inherited from PdfDrawableObject.)
Public propertyBlendingMode
The blending mode when this object is drawn in PDF. This property is Normal by default
(Inherited from PdfDrawableObject.)
Public propertyCharSpacing
The spacing between characters in points
Public propertyClipRectangle
The clip rectangle applied when drawing the object in PDF
(Inherited from PdfDrawableObject.)
Public propertyCropping
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
Public propertyDestHeight
The destination rectangle height in points
Public propertyDestWidth
The destination rectangle width in points
Public propertyDestX
The destination rectangle top left corner X coordinate in points
Public propertyDestY
The destination rectangle top left corner Y coordinate in points
Public propertyEmbedSystemFont
Controls if the .NET font given in the constructor should be embedded in the PDF document. By default the font is embedded if necessary
Public propertyForeColor
The PDF object fore color
(Inherited from PdfDrawableObject.)
Public propertyGradient
The PDF object gradient color
(Inherited from PdfDrawableObject.)
Public propertyHorizontalAlign
The horizontal alignment of the text
Public propertyLineSpacing
The spacing between lines in points
Public propertyLineStyle
The style of the lines rendered by this object
(Inherited from PdfDrawableObject.)
Public propertyOpacity
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.)
Public propertyOrder
The text order
Public propertyRise
The text rise in points
Public propertyRotationAngle
The text counter-clockwise rotation angle
Public propertyText
The text to be laid out
Public propertyTextFont
The text PDF font
Public propertyTextSystemFont
The text system font
Public propertyVerticalAlign
The vertical alignment of the text
Public propertyWordSpacing
The spacing between words in points
Top
See Also

Reference