Click or drag to resize

CPDFPage Methods

The CPDFPage type exposes the following members.

Methods
  NameDescription
Public methodApplyRedaction
Applies redaction annotations in current page.
Public methodCreateAnnot
Adds annotations on page according to the type of annotation.
Public methodCreateWidget
Creates form widgets on the page according to the type of form widgets.
Public methodCropPage
Public methodGetAnnotations
Gets all the annotation collections on the page.
Public methodGetAnnotCount
Gets the count of annotations on the page.
Public methodGetBoundsForBox
Public methodGetCropBounds
Gets crop rectangle.
Public methodGetEditPage
Gets EditPage, this class is for text related functions, more:CPDFEditPage
Public methodGetImgSelection
Public methodGetString
Public methodGetTextContentRect
Public methodGetTextPage
Gets TextPage, this class is for text related functions, more:CPDFTextPage
Public methodIsValid
Whether the object is valid.
Public methodReleaseAllAnnotations
Releases all annotation resources on the page.
Public methodRenderPageBitmap(Int32, Int32, Int32, Int32, UInt32, Byte, Int32, Boolean)
Render contents of the page to image data.
Public methodRenderPageBitmap(Int32, Int32, Int32, Int32, UInt32, IntPtr, Int32, Boolean)
Render contents of the page to image data handle.
Public methodRenderPageBitmapWithMatrix(Single, CRect, UInt32, Byte, Int32, Boolean)
Render contents of a page to a device independent bitmap.
Public methodRenderPageBitmapWithMatrix(Single, CRect, UInt32, IntPtr, Int32, Boolean)
Render contents of the page at the specified rectangle to image data handle.
Top
See Also