Click or drag to resize

PdfPage Methods

The PdfPage type exposes the following members.

Methods
  NameDescription
Public methodCancelProgressiveRender
Release the resource allocate during page rendering. Need to be called after finishing rendering or cancel the rendering.
Public methodContinueProgressiveLoad
Continue loading a PDF page.
Public methodContinueProgressiveRender
Continue rendering a PDF page.
Public methodCreateAnnotations
Creates an annotation collection for the page.
Public methodDeviceToPage(Int32, Int32, Int32, Int32, PageRotate, Int32, Int32)
Convert the screen coordinate of a point to page coordinate.
Public methodDeviceToPage(Int32, Int32, Int32, Int32, PageRotate, Int32, Int32, Double, Double)
Convert the screen coordinate of a point to page coordinate.
Public methodDeviceToPageEx
Convert the screen coordinate of a point to page coordinate.
Public methodDispose
Dispose PDFPage object.
Protected methodDispose(Boolean)
Releases all resources used by the PdfPage object.
Public methodDoPageAAction
This method is required for performing the page object's additional-action when opened or closed.
Protected methodFinalize
Finalize object
(Overrides ObjectFinalize.)
Public methodFlattenPage
Flat a pdf page, annotations or form fields will become part of the page contents.
Public methodStatic memberFromHandle
Creates new instance of PdfPage class from page's hadle.
Public methodGenerateContent
Generate PDF Page content.
Public methodGetControlAtPoint
Get the field's widget at specified position.
Public methodGetFormFieldAtPoint
Check the form field position by point.
Public methodInsertClipPath
Clip the page content, the page content that outside the clipping region become invisible.
Protected methodOnDisposed
Raises the Disposed event.
Public methodOnKeyDown
You can call this member function when a key is pressed.
Public methodOnKeyUp
You can call this member function when a key is released.
Public methodOnLButtonDown
You can call this member function when the user presses the left mouse button.
Public methodOnLButtonUp
You can call this member function when the user releases the left mouse button.
Protected methodOnLoaded
Raises the Loaded event.
Public methodOnMouseMove
You can call this member function when the mouse cursor moves.
Protected methodOnProgressiveRender
Raises the ProgressiveRender event.
Public methodPageToDevice
Convert the page coordinate of a point to screen coordinate
Public methodPageToDeviceEx
Convert the page coordinate of a point to screen coordinate
Public methodReloadPage
Dispose and reload this page.
Public methodRender(Graphics, Rectangle, PageRotate, RenderFlags)
Render contents in a page to a drawing surface specified by a Rectangle structure.
Public methodRender(IntPtr, Rectangle, PageRotate, RenderFlags)
Render contents in a page to the device context specified by a Rectangle structure.
Public methodRender(PdfBitmap, Rectangle, PageRotate, RenderFlags)
Render contents in a page to a device-independent bitmap specified by a Rectangle structure.
Public methodRender(Graphics, Point, Size, PageRotate, RenderFlags)
Render contents in a page to a drawing surface specified by a location and size.
Public methodRender(IntPtr, Point, Size, PageRotate, RenderFlags)
Render contents in a page to the device context specified by a location and size.
Public methodRender(PdfBitmap, Point, Size, PageRotate, RenderFlags)
Render contents in a page to a device-independent bitmap specified by a location and size.
Public methodRender(Graphics, Int32, Int32, Int32, Int32, PageRotate, RenderFlags)
Render contents in a page to a drawing surface specified by a coordinate pair, a width, and a height.
Public methodRender(IntPtr, Int32, Int32, Int32, Int32, PageRotate, RenderFlags)
Render contents in a page to the device context specified by a coordinate pair, a width, and a height.
Public methodRender(PdfBitmap, Int32, Int32, Int32, Int32, PageRotate, RenderFlags)
Render contents in a page to a device-independent bitmap specified by a coordinate pair, a width, and a height.
Public methodRenderEx
Render contents in a page to a device-independent bitmap specified by a coordinate pair, a width, and a height.
Public methodRenderForms
Render FormFeilds on a page to a device independent bitmap.
Public methodStartProgressiveLoad
Start to load a page inside the document.
Public methodStartProgressiveRender(PdfBitmap, Rectangle, PageRotate, RenderFlags, Byte)
Start to render page contents to a device independent bitmap progressively specified by a Rectangle structure.
Public methodStartProgressiveRender(PdfBitmap, Point, Size, PageRotate, RenderFlags, Byte)
Start to render page contents to a device independent bitmap progressively specified by a location and size.
Public methodStartProgressiveRender(PdfBitmap, Int32, Int32, Int32, Int32, PageRotate, RenderFlags, Byte)
Start to render page contents to a device independent bitmap progressively specified by a coordinate pair, a width, and a height.
Public methodTransformAnnots
Transform (scale, rotate, shear, move) all annots in a page.
Public methodTransformWithClip
Transform the whole page with a specified matrix, then clip the page content region.
Top
See Also