ImageGear .NET v25.2 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearPowerPointPage Class / Clone Method




In This Topic
    Clone Method (ImGearPowerPointPage)
    In This Topic
    Creates deep instance of current PowerPoint page.
    Syntax
    'Declaration
     
    Public Overrides Function Clone() As ImGearPage
    'Usage
     
    Dim instance As ImGearPowerPointPage
    Dim value As ImGearPage
     
    value = instance.Clone()
    public override ImGearPage Clone()
    public: ImGearPage* Clone(); override 
    public:
    ImGearPage^ Clone(); override 

    Return Value

    See Also