UIGraphics.EndPDFContent Method

Definition

Closes the PDF context and pops it from the stack.

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

Remarks

UIKit keeps a stack of contexts, this method pops the current PDF context, and makes the new context at the top of the stack, the new default context.

If the current context was not a PDF context this method does nothing.

Applies to