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




In This Topic
    ImGearPowerPointDocument Class
    In This Topic
    Represents Microsoft PowerPoint documents.
    Object Model
    ImGearPowerPointDocument Class
    Syntax
    'Declaration
     
    Public Class ImGearPowerPointDocument 
       Inherits ImGearOfficeDocument
    'Usage
     
    Dim instance As ImGearPowerPointDocument
    public class ImGearPowerPointDocument : ImGearOfficeDocument 
    public __gc class ImGearPowerPointDocument : public ImGearOfficeDocument 
    public ref class ImGearPowerPointDocument : public ImGearOfficeDocument 
    Remarks

    This class represents Microsoft PowerPoint documents.

    Inheritance Hierarchy

    System.Object
       ImageGear.Core.ImGearDocument
          ImageGear.Formats.Office.ImGearOfficeDocument
             ImageGear.Formats.Office.ImGearPowerPointDocument

    See Also