UIGraphics.BeginPDFPage Method

Definition

Overloads

BeginPDFPage()

Starts a new page using the bounds from the initial PDF context.

BeginPDFPage(CGRect, NSDictionary)

Starts a new page using the bounds from the initial PDF context.

BeginPDFPage()

Starts a new page using the bounds from the initial PDF context.

public static void BeginPDFPage ();
static member BeginPDFPage : unit -> unit

Remarks

Does nothing if the current context is not a PDF context

Applies to

BeginPDFPage(CGRect, NSDictionary)

Starts a new page using the bounds from the initial PDF context.

public static void BeginPDFPage (CoreGraphics.CGRect bounds, Foundation.NSDictionary pageInfo);
static member BeginPDFPage : CoreGraphics.CGRect * Foundation.NSDictionary -> unit

Parameters

bounds
CGRect
pageInfo
NSDictionary

Remarks

Does nothing if the current context is not a PDF context

Applies to