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

In This Topic
    Text Property (WatermarkAnnotation)
    In This Topic
    Gets or sets the text of WatermarkAnnotation, if both Text and Image are specified then Image is used as watermark content.
    Syntax
    'Declaration
     
    Public Property Text As System.String
    public System.string Text {get; set;}
    See Also