ImageGear .NET v25.2 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearPowerPointDocument Class / Pages Property




In This Topic
    Pages Property (ImGearPowerPointDocument)
    In This Topic
    Gets the list of pages available in the PowerPoint document.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Pages As ImGearDocumentPageArray
    'Usage
     
    Dim instance As ImGearPowerPointDocument
    Dim value As ImGearDocumentPageArray
     
    value = instance.Pages
    public override ImGearDocumentPageArray Pages {get;}
    public: __property ImGearDocumentPageArray* get_Pages() override;
    public:
    property ImGearDocumentPageArray^ Pages {
       ImGearDocumentPageArray^ get() override;
    }

    Property Value

    ImageGear.Core.ImGearDocumentPageArray class object.
    Remarks
    Returns a readonly list of pages available in the PowerPoint document.
    See Also