The Page type exposes the following members.

Methods

  NameDescription
Public methodClone()()()()
Clones this page with default clone settings.
Public methodClone(String)
Clones this page with the default clone settings but prefix the field fullNames.
Public methodClone(PageCloneSettings)
Clones this page with the specified clone settings.
Public methodClone(PageCloneSettings, String)
Clones this page with the specified clone settings and prefix the field fullNames.
Public methodCreateShapes()()()()
Returns the content on this page as a collection of shape objects (nested).
Public methodCreateShapes(Summary)
Returns the content on this page as a collection of shape objects (nested).
Public methodDraw(Graphics)
Draws the page content using page boundary 'Default'.
Public methodDraw(Graphics, RenderSettings)
Draws the page content.
Public methodDraw(Graphics, PageBoundary)
Draws the page content.
Public methodDraw(Graphics, RenderSettings, Summary)
Draws the page content.
Public methodDraw(Graphics, PageBoundary, RenderSettings)
Draws the page content.
Public methodDraw(Graphics, PageBoundary, RenderSettings, Summary)
Draws the page content.
Public methodFind(TextFindCriteria)
Find text in this page.
Public methodFind(TextFindCriteria, IGlyphComparer, Boolean)
Find text in this page.
Public methodGetThumbnail
Get a thumbnail bitmap for this page.

See Also