Property NoView
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
NoView
Gets or sets a value indicating whether to display widget on screen and allow it to interact with the user.
public bool NoView { get; set; }
Property Value
- bool
true
if not to display widget on screen or allow it to interact with the user; otherwise,false
.
Remarks
If this property is set to true
than widget may
be printed (depending on the setting of the Print
property) but is considered hidden for purposes of on-screen display
and user interaction.