ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearDocument class

In This Topic
    ImGearDocument class Members
    In This Topic

    The following tables list the members exposed by ImGearDocument.

    Public Constructors
     NameDescription
    public Constructor  
    Top
    Public Properties
     NameDescription
    public PropertyGets or sets caption for the ImGearDocument.  
    public PropertyIndicates the document identifier of the document.  
    public PropertyIndicates the encoded document identifier of the document.  
    public PropertyGets or sets whether if all pages in a document will be included.  
    public PropertyIndicates the total number of pages in the document.  
    public PropertyGets the page count status for the pages contained in the document in the control.  
    public PropertyGets the page collection that is contained in this document.  
    Top
    Public Methods
     NameDescription
    public MethodDecodes the encoded document identifier provided in the parameter.  
    public MethodEncodes the document identifier provided in the parameter.  
    Top
    Public Events
     NameDescription
    public EventIndicates that a new ART page failed to open in the document.  
    public EventIndicates that a new page was added to the collection.  
    public EventIndicates that a page in the page collection of this document was changed.  
    public EventIndicates that a new page failed to open in the document.  
    public EventIndicates that a page was removed from the page collection in the document.  
    public EventIndicates that a property of the document changed.  
    Top
    See Also