ImageGear v26.5 - Updated March 3, 2025
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearOfficePage Class
Members




ImGearOfficePage Class
Represents Microsoft Office document pages.
Object Model
ImGearOfficePage ClassImGearPage ClassImGearRasterPage Class
Syntax
'Declaration
 
Public MustInherit Class ImGearOfficePage 
   Inherits ImageGear.Core.ImGearVectorPage
 
'Usage
 
Dim instance As ImGearOfficePage
Remarks
This class represents a single page from a Microsoft Office document.
Inheritance Hierarchy

System.Object
   ImageGear.Core.ImGearPage
      ImageGear.Core.ImGearVectorPage
         ImageGear.Formats.Office.ImGearOfficePage
            ImageGear.Formats.Office.ImGearExcelPage
            ImageGear.Formats.Office.ImGearPowerPointPage
            ImageGear.Formats.Office.ImGearWordPage

See Also