This property determines whether or not the "Embed Annotations" button is displayed in the ToolBar control.
[Visual Basic]Public Property
ButtonEmbedVisible As Boolean
[C#]public bool ButtonEmbedVisible {get;
set;}
Property Value
Value | Explanation |
---|---|
True (default) | The "Embed Annotations" button is displayed in the ToolBar control. |
False | The "Embed Annotations" button is not displayed in the ToolBar control. |
Explanation
The ButtonEmbedVisible property determines whether or not the "Embed Annotations" button is displayed in the ToolBar control. When False, the "Embed Annotations" button is not displayed in the Toolbar control.
See Also
IkToolBar Members | Newtone.ImageKit.Win.IkToolBar