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




In This Topic
    ImGearWordPage Class
    In This Topic
    Represents Microsoft Word document pages.
    Object Model
    ImGearWordPage Class
    Syntax
    'Declaration
     
    Public Class ImGearWordPage 
       Inherits ImGearOfficePage
    'Usage
     
    Dim instance As ImGearWordPage
    public class ImGearWordPage : ImGearOfficePage 
    public __gc class ImGearWordPage : public ImGearOfficePage 
    public ref class ImGearWordPage : public ImGearOfficePage 
    Remarks
    This class represents a single page from a Microsoft Word document.
    Inheritance Hierarchy

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

    See Also