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

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