Documents for PDF, .NET Edition Documentation
WatermarkAnnotation Class Members
Properties 

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Annotations Namespace : WatermarkAnnotation Class

The following tables list the members exposed by WatermarkAnnotation.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the WatermarkAnnotation class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the annotation’s appearance state, which selects the applicable appearance stream from an appearance subdictionary. See PDF specification for more details. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase)
Public PropertyGets the AppearanceStreams object that allows to define this annotation's appearance streams. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase)
Public PropertyGets the list of embedded files associated with this GrapeCity.Documents.Pdf.Graphics.FormXObject. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase)
Public PropertyGets or sets the text to be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation’s contents in human-readable form. In either case, this text is useful when extracting the document’s contents in support of accessibility to users with disabilities or for other purposes. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase)
Public PropertyGets the GrapeCity.Documents.Pdf.GcPdfDocument owning this annotation. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase)
Public PropertyGets or sets the flags specifying various characteristics of the annotation. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase)
Public PropertyGets or sets the amount to translate the associated content horizontally, as a percentage of the width of the target media (or if unknown, the width of the page’s MediaBox). 1.0 represents 100% and 0.0 represents 0%. Negative values are not recommended, since they may cause content to be drawn off the page.  
Public PropertyGets or sets the image if WatermarkAnnotation, if both Text and Image are specified then Image is used as watermark content.  
Public PropertyGets or sets a value indicating whether the annotation can be deleted or its properties (including position and size) can be be modified by the user. However, this flag does not restrict changes to the annotation’s contents, such as the value of a form field. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase)
Public PropertyGets or sets the matrix used to transform the annotation’s rectangle before rendering.  
Public PropertyGets or sets the annotation name, a text string uniquely identifying it among all annotations on its page. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase)
Public PropertyGets the GrapeCity.Documents.Pdf.Page containing this object. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase)
Public PropertyGets or sets the annotation rectangle, defining the location of the annotation on a page. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase)
Public PropertyGets or sets the text of WatermarkAnnotation, if both Text and Image are specified then Image is used as watermark content.  
Public PropertyGets or sets the TextFormat object defining the text formatting.  
Public PropertyGets or sets the amount to translate the associated content vertically, as a percentage of the height of the target media (or if unknown, the height of the page’s MediaBox). 1.0 represents 100% and 0.0 represents 0%. Negative values are not recommended, since they may cause content to be drawn off the page.  
Top
See Also

Reference

WatermarkAnnotation Class
GrapeCity.Documents.Pdf.Annotations Namespace