Click or drag to resize

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; }

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