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: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

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