Documents for PDF, .NET Edition Documentation
TextRenderingMode Enumeration

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace : TextRenderingMode Enumeration
PDF text rendering mode.
Syntax
'Declaration
 
Public Enum TextRenderingMode 
   Inherits System.Enum
public enum TextRenderingMode : System.Enum 
Members
MemberDescription
ClipAdd text to path for clipping.
FillFill text.
FillClipFill text and add to path for clipping (see above).
FillStrokeFill, then stroke text.
FillStrokeClipFill, then stroke text and add to path for clipping.
InvisibleNeither fill nor stroke text (invisible).
StrokeStroke text.
StrokeClipStroke text and add to path for clipping.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Pdf.TextRenderingMode

See Also

Reference

GrapeCity.Documents.Pdf Namespace