ImageGear .NET MP v27.0 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearRTFPage Class
Members




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

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

    See Also