Determines whether or not the source image is converted in place (or a new image is created).
public bool InPlace { get; set; }
Public Property InPlace As Boolean
public bool InPlace {get; set;}
@property (nonatomic, assign) BOOL inPlace { get; set; }
public boolean getInPlace()
public void setInPlace(boolean value)
<br/>get_InPlace();<br/>set_InPlace(value);<br/>Object.defineProperty('InPlace');
true to convert the source image in place (no copy will be made). false, to leave the source image unchanged and place the result in the DestinationImage property.
For an example, refer to ChangeViewPerspectiveCommand.
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