ImageGear v26.3 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearOfficeDocument Class / Clone Method




In This Topic
    Clone Method (ImGearOfficeDocument)
    In This Topic
    Creates a new object that is a copy of the current instance.
    Syntax
    'Declaration
     
    Public Overrides Function Clone() As ImGearDocument
    'Usage
     
    Dim instance As ImGearOfficeDocument
    Dim value As ImGearDocument
     
    value = instance.Clone()
    public override ImGearDocument Clone()
    public: ImGearDocument* Clone(); override 
    public:
    ImGearDocument^ Clone(); override 

    Return Value

    ImageGear.Core.ImGearDocument class object that is a copy of the current instance.
    See Also