ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDocumentPageArray Class / Clone Method




In This Topic
    Clone Method (ImGearDocumentPageArray)
    In This Topic
    Performs a deep copy of the page array (i.e., clones the pages as well.).
    Syntax
    'Declaration
     
    Public Function Clone() As ImGearDocumentPageArray
    'Usage
     
    Dim instance As ImGearDocumentPageArray
    Dim value As ImGearDocumentPageArray
     
    value = instance.Clone()
    public ImGearDocumentPageArray Clone()
    public: ImGearDocumentPageArray* Clone(); 
    public:
    ImGearDocumentPageArray^ Clone(); 

    Return Value

    See Also