PdfTextSurface Class |
Namespace: Atalasoft.PdfDoc.Generating.Rendering
The PdfTextSurface type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfTextSurface | Initializes a new instance of the PdfTextSurface class |
| Name | Description | |
|---|---|---|
| ApplyTextMatrix |
Applies the text matrix.
| |
| Begin |
Begin starts the TextSurface and prepares it for writing. It must be called before using any other TextSurface operations.
| |
| EncodeToPdf(String, Char) |
Encodes a single character to PDF using an appropriate encoding for the supplied font in GlobalResources.
| |
| EncodeToPdf(String, String) |
Encodes a string to PDF using an appropriate encoding for the supplied font in GlobalResources.
| |
| End |
End completes the TextSurface. It must be called when the TextSurface is no longer needed.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetFont |
Sets the font.
| |
| SetHorizontalScale |
Sets the horizontal scale.
| |
| SetTextLeading |
Sets the text leading.
| |
| SetTextPoint |
Sets the text start point.
| |
| SetTextRenderMode(PdfTextRenderMode) |
Sets the text render mode.
| |
| SetTextRenderMode(PdfTextRenderMode, IPdfColor) |
Sets the text render mode.
| |
| SetTextRenderMode(PdfTextRenderMode, IPdfColor, Double) |
Sets the text render mode.
| |
| SetTextRenderMode(PdfTextRenderMode, IPdfColor, IPdfColor, NullableDouble) |
Sets the text render mode.
| |
| SetWordSpace |
Sets the word space.
| |
| TextIsUnicode |
Identifies if the text is unicode or not
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WriteAdvanceLineWithNewXStartPoint |
Writes the text line with a new X start point and inserts a newline.
| |
| WriteKerningPairs |
Writes the kerning pairs.
| |
| WriteText |
Writes the text at the current point.
| |
| WriteTextAdvanceLine |
Writes the text and inserts a newline.
| |
| WriteTextAt(String, PdfPoint) |
Writes the text at the specified point.
| |
| WriteTextAt(String, Double, Double) |
Writes the text at.
|