Gets the width of the image being annotated in pixels.
public float AutomationImageWidth { get; }
ReadOnly Property AutomationImageWidth As Single
property float AutomationImageWidth {
float get();
}
A System.Single that represents the width of the image being annotated in pixels.
The width of the image being annotated in pixels. Usually you will return the width of the image you are using in AutomationRasterImage (RasterImage.ImageWidth), however, since you do not need to implement that property and can safely return null in some case, you must always manually implement AutomationImageWidth to return the image width in pixels. In this case, the width of the virtual image you will be using in automation. You must trigger the IAnnAutomationControl.AutomationImageChanged event when the value of this property is changed.
For an example, refer to IAnnAutomationControl.
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