Visual Basic (Declaration) | |
---|---|
Public Function CloneAll() As RasterImage |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterImage CloneAll() |
Managed Extensions for C++ | |
---|---|
public: RasterImage* CloneAll(); |
C++/CLI | |
---|---|
public: RasterImage^ CloneAll(); |
Return Value
The RasterImage this method creates.For an example, refer to Clone
You can also use the _ctor 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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family