Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / WatermarkAnnotation Class / TextFormat Property

In This Topic
    TextFormat Property (WatermarkAnnotation)
    In This Topic
    Gets or sets the GrapeCity.Documents.Text.TextFormat object that specifies the formatting of the annotation's text.

    Note that this object itself is not persisted in the PDF, just its properties are used to generate the appearance of this watermark annotation.

    Syntax
    'Declaration
     
    Public Property TextFormat As TextFormat
    public TextFormat TextFormat {get; set;}
    See Also