Click or drag to resize

PdfAnnotationNoView Property

Gets or sets the annotation's "no view" flag.

Namespace:  RadPdf.Data.Document.Objects.Annotations
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool NoView { get; set; }

Property Value

Type: Boolean
Remarks

If true, the annotation is not visible on screen; otherwise, it is visible. This property does not control whether it is visible when printed (see Print). It does not prohibit an annotation from being moved (Moveable), resized (Resizable), styled (Stylable), or deleted (Deletable).

See Also