VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Pptx Namespace / PptxDocument Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PptxDocument Class
    In This Topic
    Represents a PPTX document.
    Object Model
    PptxPageCollection OpenXmlDocumentInformation FontProgramsControllerBase PptxDocument
    Syntax
    'Declaration
    
    Public NotInheritable Class PptxDocument
       Inherits Vintasoft.Imaging.Office.OpenXml.OpenXmlDocument
    
    
    public sealed class PptxDocument : Vintasoft.Imaging.Office.OpenXml.OpenXmlDocument
    
    
    public __gc __sealed class PptxDocument : public Vintasoft.Imaging.Office.OpenXml.OpenXmlDocument*
    
    
    public ref class PptxDocument sealed : public Vintasoft.Imaging.Office.OpenXml.OpenXmlDocument^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Office.OpenXml.OpenXmlDocument
          Vintasoft.Imaging.Office.OpenXml.Pptx.PptxDocument

    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also