ImageGear .NET v24.14 - Updated
Pages Property (ImGearPowerPointDocument)




ImageGear24.Formats.Office Assembly > ImageGear.Formats.Office Namespace > ImGearPowerPointDocument Class : Pages Property
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

Reference

ImGearPowerPointDocument Class
ImGearPowerPointDocument Members
ImGearDocumentPageArray Class