UIGraphicsPdfRendererContext.BeginPage Method

Definition

Overloads

BeginPage()

Creates a new page in the PDF.

BeginPage(CGRect, NSDictionary<NSString,NSObject>)

Creates a page of the size specified in bounds.

BeginPage()

Creates a new page in the PDF.

[Foundation.Export("beginPage")]
public virtual void BeginPage ();
abstract member BeginPage : unit -> unit
override this.BeginPage : unit -> unit
Attributes

Applies to

BeginPage(CGRect, NSDictionary<NSString,NSObject>)

Creates a page of the size specified in bounds.

[Foundation.Export("beginPageWithBounds:pageInfo:")]
public virtual void BeginPage (CoreGraphics.CGRect bounds, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> pageInfo);
abstract member BeginPage : CoreGraphics.CGRect * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> unit
override this.BeginPage : CoreGraphics.CGRect * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> unit

Parameters

bounds
CGRect

The bounds of the new page.

pageInfo
NSDictionary<NSString,NSObject>

Additional information about the page.

Attributes

Applies to