Gets or sets the image to be used on this AnnAutomationObject toolbar button.
public virtual Image ToolBarImage { get; set; }
Public Overridable Property ToolBarImage As Image
The System.Drawing.Image that appears on this AnnAutomationObject toolbar button.
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 16 by 16 or 24 by 24 with 4 bits/pixel. Note that the automation framework will use the top-left pixel of the first automation object toolbar button image found in the Objects as the transparent color for the toolbar.
For an example, 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