Namespace: BitMiracle.Docotic.Pdf
public enum PdfTextRenderingMode
Public Enumeration PdfTextRenderingMode
Member name | Value | Description | |
---|---|---|---|
Fill | 0 | Fill text. | |
Stroke | 1 | Stroke text. | |
FillAndStroke | 2 | Fill, then stroke text. | |
NeitherFillNorStroke | 3 | Neither fill nor stroke text (draw invisible text). | |
FillAndAddToPath | 4 | Fill text and add to path for clipping. | |
StrokeAndAddToPath | 5 | Stroke text and add to path for clipping. | |
FillStrokeAndAddToPath | 6 | Fill, then stroke text and add to path for clipping. | |
AddToPath | 7 | Add text to path for clipping. |