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

In This Topic
    WatermarkAnnotation Class
    In This Topic
    Defines a graphics that are expected to be printed at a fixed size and position on a page, regardless of the dimensions of the printed page.
    Object Model
    WatermarkAnnotation Class
    Syntax
    'Declaration
     
    Public Class WatermarkAnnotation 
       Inherits AnnotationBase
       Implements GrapeCity.Documents.Common.IOwnedObject 
    public class WatermarkAnnotation : AnnotationBase, GrapeCity.Documents.Common.IOwnedObject  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<T>
             GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
                GrapeCity.Documents.Pdf.Annotations.AnnotationBase
                   GrapeCity.Documents.Pdf.Annotations.WatermarkAnnotation

    See Also