Visual Basic (Declaration) | |
---|---|
Public Property AutoProcess As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool AutoProcess {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property bool get_AutoProcess(); public: __property void set_AutoProcess( bool value ); |
Return Value
true to automatically adjust the overlay image and position when the image is changed; otherwise, false.For an example, refer to RasterImage.GetOverlayAttributes and
RasterImage.UpdateOverlayAttributes.
When the value of this property is true, the overlay image and position will automatically adjust when the main image is resized (zoomed in), scrolled, rotated, flipped, reversed, sheared, trimmed.
For more information, refer to Overlay Overview.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family