Click or drag to resize

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
C#
public enum PdfRendering
Members
  Member nameValueDescription
Fill0 Fill text (default).
Stroke1 Stroke text.
FillStroke2 Fill then stoke text.
Hide3 Neither fill nor stroke text (invisible).
FillClip4 Fill text and add to the path for clipping.
StrokeClip5 Stroke text and add to the path for clipping.
FillStrokeClip6 Fill then stoke text, and add to the path for clipping.
Clip7 Add to the path for clipping (invisible).
See Also