Click or drag to resize

BaseAnnotationToggleNoView Property

Gets or sets a value indicating whether to toggle the sense of the NoView property. This might be used to make an annotation visible when the mouse enters it.

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool ToggleNoView { get; set; }

Property Value

Type: Boolean
true if NoView will be toggled; otherwise, false.
See Also