ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEForm Class / Clone Method / Clone() Method




In This Topic
    Clone() Method
    In This Topic
    Creates a new form from an existing form object.
    Syntax
    'Declaration
     
    Public Overloads Function Clone() As ImGearPDEForm
    'Usage
     
    Dim instance As ImGearPDEForm
    Dim value As ImGearPDEForm
     
    value = instance.Clone()
    public ImGearPDEForm Clone()
    public: ImGearPDEForm* Clone(); 
    public:
    ImGearPDEForm^ Clone(); 

    Return Value

    The newly created ImGearPDEForm class object.
    Remarks
    Creates a copy of the PDE Form, including the underlying objects.
    See Also