The C1Page type exposes the following members.

Methods

  Name Description
Public method AsMetafile()()()()
Returns a Metafile representing the current page. This method draws input controls.
Public method AsMetafile(Boolean)
Returns a Metafile representing the current page.
Public method AsMetafile(EmfType, Boolean)
Returns a Metafile representing the current page.
Public method AsMetafile(Graphics, EmfType, Boolean, Boolean)
Returns a Metafile representing the current page.
Public method AsMetafile(Graphics, EmfType, Boolean, Boolean, SmoothingMode)
Returns a Metafile representing the current page.
Public method Draw(Graphics, Boolean)
Draws the current page on a Graphics.
Public method Draw(Graphics, Boolean, Boolean)
Draws the current page on a Graphics.
Public method FindFragment
Searches for a RenderFragment at the specified position on the current page.
Public method FindHyperlink
Searches for a hyperlink at the specified position on the current page.
Public method GetHyperlinks
Gets the collection of all hyperlinks on the current page.
Public method GetInputFragments
Gets the array of all RenderInputFragment objects on the current page.

Properties

  Name Description
Public property AcceptButton
Gets the RenderInputButton representing the accept button for the current page.
Public property Fragments
Gets 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 property HasFragments
Gets a value indicating whether the Fragments collection for the current page has been initialized and contains one or more elements.
Public property ID
Gets a unique ID associated with the current page.
Public property Index
Gets the 0-based index of the current page in the containing collection.
Public property IsEmpty
Gets a value indicating whether the current page contains any RenderFragment objects that belong to the Body of the document.
Public property Owner
Gets the C1PageCollection containing the current page.
Public property PageCount
Gets or sets the logical page count.
Public property PageNo
Gets or sets the logical 1-based page number of the current page.
Public property PageSettings
Gets the C1PageSettings for the current page.
Public property ResolvedInfo
Gets 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 property X
Gets the logical horizontal coordinate of the current page in the document. This property is 0 in documents that have no horizontal pages.
Public property Y
Gets 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.

Explicit Interface Implementations

See Also