(PDF 1.5) Gets or sets a value indicating whether to invert the
interpretation of
NoView property for certain events.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool ToggleNoView { get; set; }
VB
Public Property ToggleNoView As Boolean
Get
Set
Property Value
Type:
Booleantrue if to invert the interpretation of
NoView property for certain events;
otherwise,
false.
Remarks
A typical use is to have a widget that appears only when
a mouse cursor is held over it.
See Also