Gets or sets a value which determines whether to paint the overlay automatically when the image is painted.
public bool AutoPaint { get; set; }
Public Property AutoPaint As Boolean
public bool AutoPaint {get; set;}
@property (nonatomic, assign) BOOL autoPaint
public boolean getAutoPaint()
public void setAutoPaint(boolean value)
<br/>get_AutoPaint();<br/>set_AutoPaint(value);<br/>Object.defineProperty('AutoPaint');
true to paint the overlay automatically when the image is painted; otherwise, false.
Set the value of this property to true to paint the overlay automatically when the image is painted (with RasterImagePainter.Paint).
For more information, refer to Overlay Overview.
For an example, refer to RasterImage.GetOverlayAttributes and RasterImage.UpdateOverlayAttributes.
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