ImageGear v26.3 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearOfficePage Class
Members




In This Topic
    ImGearOfficePage Class
    In This Topic
    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
    public abstract class ImGearOfficePage : ImageGear.Core.ImGearVectorPage 
    public __gc abstract class ImGearOfficePage : public ImageGear.Core.ImGearVectorPage 
    public ref class ImGearOfficePage abstract : public ImageGear.Core.ImGearVectorPage 
    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