Creates an exact copy of this RasterImage.
public RasterImage CloneAll()
Public Function CloneAll() As Leadtools.RasterImage
public Leadtools.RasterImage CloneAll()
- (nullable LTRasterImage *)cloneAll:(NSError **)error
public RasterImage cloneAll()
function Leadtools.RasterImage.CloneAll()
public:
Leadtools.RasterImage^ CloneAll();
The RasterImage this method creates.
You can also use the RasterImage(rasterimage) constructor to create an exact copy of an existing RasterImage.
To create a copy of an object while maintaining a progress status, refer to the CloneCommand.
This method copies all the pages and any metadata contained in the RasterImage. To create a copy of only the current active page (no metadata information), use the Clone method.
To clone an image with support for a progress event, refer to CloneCommand.
For an example, refer to Clone()](../l/).
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