LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

CloneAll Method






Creates an exact copy of this RasterImage. .NET support Silverlight support WinRT support
Syntax
public RasterImage CloneAll()
'Declaration
 
Public Function CloneAll() As RasterImage
'Usage
 
Dim instance As RasterImage
Dim value As RasterImage
 
value = instance.CloneAll()
public RasterImage CloneAll()
 function Leadtools.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 Leadtools.ImageProcessing.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 Leadtools.ImageProcessing.CloneCommand.

Example
For an example, refer to Clone
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.