Click or drag to resize

PdfAnnotationHidden Property

Gets or sets the annotation's hidden flag.

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

Property Value

Type: Boolean
Remarks

If true, the annotation is not visible on screen or when printed; otherwise the values of NoView and Print are used to determine visibility. It does not prohibit an annotation from being moved (Moveable), resized (Resizable), styled (Stylable), or deleted (Deletable).

See Also