Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / TextRenderingMode Enumeration

In This Topic
    TextRenderingMode Enumeration
    In This Topic
    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