Enum PdfTextRenderMode
Specifies the rendering mode for text in a PDF document.
public enum PdfTextRenderMode
Fields
Clip = 7
Fill = 0
FillClip = 4
FillStroke = 2
FillStrokeClip = 6
Invisible = 3
Stroke = 1
StrokeClip = 5
Remarks
The rendering mode determines how text is drawn or clipped in the PDF content. It can control whether the text is filled, stroked, both, or used as a clipping path.