XFINIUM.PDF Documentation
ShowUserInterface Property



Gets or sets a value indicating the default behavior of the user interface for viewing or managing information about the 3D artwork.
Syntax
'Declaration
 
Public Property ShowUserInterface As Boolean
'Usage
 
Dim instance As Pdf3DActivation
Dim value As Boolean
 
instance.ShowUserInterface = value
 
value = instance.ShowUserInterface
public bool ShowUserInterface {get; set;}
public:
property bool ShowUserInterface {
   bool get();
   void set (    bool value);
}

Property Value

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.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Pdf3DActivation Class
Pdf3DActivation Members

Send Feedback