Gets ot sets the toolbar button's System.Windows.Media.Imaging.BitmapSource of this AnnAutomationObject.
public virtual BitmapSource ToolBarButtonImage { get; set; }
Public Overridable Property ToolBarButtonImage As BitmapSource
public:
virtual property BitmapSource^ ToolBarButtonImage {
BitmapSource^ get();
void set ( BitmapSource^ );
}
A System.Windows.Media.Imaging.BitmapSource which represents the toolbar button's Image of this AnnAutomationObject.
Calling CreateToolBar will create the toolbar and all the buttons for all the automation objects in Objects. After that, you can use this property to edit the toolbar button control if needed. The image can have any size and any bits/pixel. However, it is advised to use the same size and bits/pixel for all toolbar button images for all automation objects. A recommended toolbar button image has a size of 24 by 24.
For C#/VB examples, refer to AnnAutomationManager.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET