Pdf3DActivation
ShowUI Property
|
Gets or sets a value indicating whether the UI for managing the 3D artwork should be displayed when the annotation is activated.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool ShowUI { get; set; }
Public Property ShowUI As Boolean
Get
Set
public:
property bool ShowUI {
bool get ();
void set (bool value);
}
member ShowUI : bool with get, set
Property Value
Type:
Boolean
If true, the user interface should be made visible when the annotation is activated. If false, the user interface should not be made visible by default.
See Also