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




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

    Return Value

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