ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearPageCountStatus Enumeration

In This Topic
    ImGearPageCountStatus Enumeration
    In This Topic
    Specifies the status of page count request from the server.
    Members
    MemberDescription
    Failed-1 - The request to the server for the page count failed.
    Known2 - Page count is known.
    RequestPending1 - A request was sent to the server and the reply is pending.
    UnRequested0 - A request for page count has not yet been sent to the server.
    Remarks

    When a document is first created for addition to the ImGearThumbnailList control, the total page count in the control is an UnProcessed state. When a request is actually sent, the status is put into "Unknown" state. When the request succeeds, the status is put into "Known state. If for some reason the request fails, the status is "Failed". When the value is set to the "Known" status, the pageCount property will indicate the total number of pages belonging to the document. the server for the page count information.

    Inheritance Hierarchy

    Object
       ImageGear.Web.UI.ImGearPageCountStatus

    See Also