FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
|
Represents the visibility state of a PDF form widget, encapsulating information about whether the widget is hidden, can be printed, or is viewable by the user. More...
Public Attributes | |
boolean | hidden |
Indicates whether the widget is hidden. If true, the widget will not be displayed, printed, or allowed to interact with the user. More... | |
boolean | noView |
Indicates whether the widget is viewable by the user. If true, the widget does not display on the screen and does not allow interaction with the user. The annotation may be printed (depending on the setting of the print flag), but it should be considered hidden for purposes of on-screen display and user interaction. More... | |
boolean | |
Indicates whether the widget can be printed. If true, the widget will be included in print outputs. More... | |
Represents the visibility state of a PDF form widget, encapsulating information about whether the widget is hidden, can be printed, or is viewable by the user.
boolean VisibleType::hidden |
Indicates whether the widget is hidden. If true, the widget will not be displayed, printed, or allowed to interact with the user.
boolean VisibleType::noView |
Indicates whether the widget is viewable by the user. If true, the widget does not display on the screen and does not allow interaction with the user. The annotation may be printed (depending on the setting of the print flag), but it should be considered hidden for purposes of on-screen display and user interaction.
boolean VisibleType::print |
Indicates whether the widget can be printed. If true, the widget will be included in print outputs.