←Select platform

CloneAll Method

Summary

Creates an exact copy of this RasterImage.

Syntax
C#
VB
Objective-C
C++
Java
public RasterImage CloneAll() 
Public Function CloneAll() As RasterImage 
- (nullable LTRasterImage *)cloneAll:(NSError **)error 
public RasterImage cloneAll() 
public: 
RasterImage^ CloneAll();  

Return Value

The RasterImage this method creates.

Remarks

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.

Example

For an example, refer to Clone().

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly