CPDFPage Class |
Namespace: ComPDFKit.PDFPage
public class CPDFPage
The CPDFPage type exposes the following members.
Name | Description | |
---|---|---|
PageIndex |
Gets page index.
| |
PageSize |
Gets page size.
| |
Rotation |
Gets the rotation angle for the page in degrees:0,1,2,3
|
Name | Description | |
---|---|---|
ApplyRedaction |
Applies redaction annotations in current page.
| |
CreateAnnot |
Adds annotations on page according to the type of annotation.
| |
CreateWidget |
Creates form widgets on the page according to the type of form widgets.
| |
CropPage | ||
GetAnnotations |
Gets all the annotation collections on the page.
| |
GetAnnotCount |
Gets the count of annotations on the page.
| |
GetBoundsForBox | ||
GetCropBounds |
Gets crop rectangle.
| |
GetImgSelection | ||
GetString |
Get the text content on the page.
| |
GetTextContentRect | ||
GetTextPage |
Gets TextPage, this class is for text related functions, more:CPDFTextPage | |
IsValid |
Whether the object is valid.
| |
ReleaseAllAnnotations |
Releases all annotation resources on the page.
| |
RenderPageBitmap(Int32, Int32, Int32, Int32, UInt32, Byte, Int32, Boolean) |
Render contents of the page to image data.
| |
RenderPageBitmap(Int32, Int32, Int32, Int32, UInt32, IntPtr, Int32, Boolean) |
Render contents of the page to image data handle.
| |
RenderPageBitmapWithMatrix(Single, CRect, UInt32, Byte, Int32, Boolean) |
Render contents of a page to a device independent bitmap.
| |
RenderPageBitmapWithMatrix(Single, CRect, UInt32, IntPtr, Int32, Boolean) |
Render contents of the page at the specified rectangle to image data handle.
|