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.

See Also