PdfTextRenderMode Enumeration |
The mode with which to render text
Namespace:
Atalasoft.PdfDoc.Generating.ResourceHandling.Fonts
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum PdfTextRenderMode
Public Enumeration PdfTextRenderMode
Members
| Member name | Description |
---|
| FillText |
Fill the text with the current fill color (Default).
|
| StrokeText |
Draw the outline of the text based on the linewidth.
|
| FillThenStrokeText |
Fill the text then draw the outline based on the linewidth.
|
| Invisible |
Draw nothing
|
| FillTextAndClip |
Fill the text and set the clip region to the text
|
| StrokeTextAndClip |
Strokes the text and sets the clip region to the text
|
| FillStrokeTextAndClip |
Both fills and clips the text and sets the clip region
|
| Clip |
Sets the clip region to the text.
|
See Also