Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / BuildRichTextAppearanceStreams Property

In This Topic
    BuildRichTextAppearanceStreams Property
    In This Topic
    Gets or sets a value indicating whether to generate appearance streams for annotations that have rich text content (GrapeCity.Documents.Pdf.Annotations.FreeTextAnnotation, GrapeCity.Documents.Pdf.Annotations.LineAnnotation). The default value for this property is false.

    Note that currently there is a limitation: if this property is set to true so that appearance streams for rich text are generated, all rich text formatting is ignored.

    Syntax
    'Declaration
     
    Public Shared Property BuildRichTextAppearanceStreams As System.Boolean
    public static System.bool BuildRichTextAppearanceStreams {get; set;}
    See Also