| PdfRendering Enumeration |
PDF text rendering modes.
Namespace:
Opait.Pdf.Api
Assembly:
Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax Members
| Member name | Value | Description |
---|
| Fill | 0 |
Fill text (default).
|
| Stroke | 1 |
Stroke text.
|
| FillStroke | 2 |
Fill then stoke text.
|
| Hide | 3 |
Neither fill nor stroke text (invisible).
|
| FillClip | 4 |
Fill text and add to the path for clipping.
|
| StrokeClip | 5 |
Stroke text and add to the path for clipping.
|
| FillStrokeClip | 6 |
Fill then stoke text, and add to the path for clipping.
|
| Clip | 7 |
Add to the path for clipping (invisible).
|
See Also