PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1Page Class
Properties Methods


In This Topic
    C1Page Class Members
    In This Topic

    The following tables list the members exposed by C1Page.

    Public Properties
     NameDescription
    Public PropertyGets the RenderInputButton representing the accept button for the current page.  
    Public PropertyGets the C1PrintDocument containing the current page.  
    Public PropertyGets the collection of fragments for the current page. Note that accessing this property always initializes the Fragments collection if it has not been initialized yet. Use HasFragments to test whether the Fragments collection exists.  
    Public PropertyGets a value indicating whether the Fragments collection for the current page has been initialized and contains one or more elements.  
    Public PropertyGets a unique ID associated with the current page.  
    Public PropertyGets the 0-based index of the current page in the containing collection.  
    Public PropertyGets a value indicating whether the current page contains any RenderFragment objects that belong to the C1PrintDocument.Body of the document.  
    Public PropertyGets the C1PageCollection containing the current page.  
    Public PropertyGets or sets the logical page count.  
    Public PropertyGets or sets the logical 1-based page number of the current page.  
    Public PropertyGets the C1PageSettings for the current page.  
    Public PropertyGets the PageResolvedInfo object corresponding to the current page. After the current page has been resolved, this property allows to retrieve absolute values describing the geometry of the page, margins, and columns.

    Note that if the current page has not been resolved yet, the value of this property is null, so you should always test it before accessing the nested properties.

     
    Public PropertyGets the logical horizontal coordinate of the current page in the document. This property is 0 in documents that have no horizontal pages.  
    Public PropertyGets the logical vertical coordinate of the current page in the document. In documents without horizontal pages, this property corresponds to the page number minus one.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Returns a System.Drawing.Imaging.Metafile representing the current page. This method draws input controls.  
    Public MethodOverloaded. Draws the current page on a System.Drawing.Graphics.  
    Public MethodSearches for a RenderFragment at the specified position on the current page.  
    Public MethodSearches for a hyperlink at the specified position on the current page.  
    Public MethodGets the collection of all hyperlinks on the current page.  
    Public MethodGets the array of all RenderInputFragment objects on the current page.  
    Top
    See Also