ImageGear .NET - Updated May 1, 2018
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

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