CGPDFPage Class

Definition

A PDF Page in a PDF Document.

public class CGPDFPage : IDisposable, ObjCRuntime.INativeObject
type CGPDFPage = class
    interface INativeObject
    interface IDisposable
Inheritance
CGPDFPage
Implements

Constructors

CGPDFPage(IntPtr)

Properties

Dictionary
Document
Handle

Handle (pointer) to the unmanaged object representation.

PageNumber
RotationAngle

Methods

Dispose()

Releases the resources used by the CGPDFPage object.

Dispose(Boolean)

Releases the resources used by the CGPDFPage object.

Finalize()

Finalizer for the CGPDFPage object

GetBoxRect(CGPDFBox)
GetDrawingTransform(CGPDFBox, CGRect, Int32, Boolean)

Applies to

See also