XFINIUM.PDF Documentation
ShowToolbar Property



Gets or sets a value indicating the default behavior of an interactive toolbar associated with this annotation.
Syntax
'Declaration
 
Public Property ShowToolbar As Boolean
'Usage
 
Dim instance As Pdf3DActivation
Dim value As Boolean
 
instance.ShowToolbar = value
 
value = instance.ShowToolbar
public bool ShowToolbar {get; set;}
public:
property bool ShowToolbar {
   bool get();
   void set (    bool value);
}

Property Value

If true, a toolbar should be displayed by default when the annotation is activated and given focus. If false, a toolbar should not be displayed 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