ImageGear v26.3 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearPowerPointPage Class
Members




In This Topic
    ImGearPowerPointPage Class
    In This Topic
    Represents Microsoft PowerPoint document pages.
    Object Model
    ImGearPowerPointPage Class
    Syntax
    'Declaration
     
    Public Class ImGearPowerPointPage 
       Inherits ImGearOfficePage
    'Usage
     
    Dim instance As ImGearPowerPointPage
    public class ImGearPowerPointPage : ImGearOfficePage 
    public __gc class ImGearPowerPointPage : public ImGearOfficePage 
    public ref class ImGearPowerPointPage : public ImGearOfficePage 
    Remarks
    This class represents a single slide from a Microsoft PowerPoint document.
    Inheritance Hierarchy

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

    See Also