Click or drag to resize

CPDFPage Class

CPDFPage defines methods used to render PDF pages and work with annotations, text, selections and so on.
Inheritance Hierarchy
SystemObject
  ComPDFKit.PDFPageCPDFPage

Namespace:  ComPDFKit.PDFPage
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public class CPDFPage

The CPDFPage type exposes the following members.

Properties
  NameDescription
Public propertyPageIndex
Gets page index.
Public propertyPageSize
Gets page size.
Public propertyRotation
Gets the rotation angle for the page in degrees:0,1,2,3
Top
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