Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterImage Class : CloneAll Method |
public RasterImage CloneAll()
'Declaration
Public Function CloneAll() As RasterImage
'Usage
Dim instance As RasterImage Dim value As RasterImage value = instance.CloneAll()
public RasterImage CloneAll()
- (nullable LTRasterImage *)cloneAll:(NSError **)error
public RasterImage cloneAll()
function Leadtools.RasterImage.CloneAll()
public: RasterImage^ CloneAll();
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.