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




In This Topic
    ImGearPowerPointPage Class
    In This Topic
    Represents PowerPoint Document page.
    Object Model
    ImGearPowerPointPage ClassImGearPage ClassImGearRasterPage Class
    Syntax
    'Declaration
     
    Public Class ImGearPowerPointPage 
       Inherits ImageGear.Core.ImGearVectorPage
    'Usage
     
    Dim instance As ImGearPowerPointPage
    public class ImGearPowerPointPage : ImageGear.Core.ImGearVectorPage 
    public __gc class ImGearPowerPointPage : public ImageGear.Core.ImGearVectorPage 
    public ref class ImGearPowerPointPage : public ImageGear.Core.ImGearVectorPage 
    Remarks
    The class displays PowerPoint document page.
    Inheritance Hierarchy

    System.Object
       ImageGear.Core.ImGearPage
          ImageGear.Core.ImGearVectorPage
             ImageGear.Formats.Office.ImGearPowerPointPage

    See Also