Share via


UIGraphics.EndPDFContent Method

Definition

Caution

Use 'EndPDFContext' instead.

Closes the PDF context and pops it from the stack.

[System.Obsolete("Use 'EndPDFContext' instead.")]
public static void EndPDFContent();
[<System.Obsolete("Use 'EndPDFContext' instead.")>]
static member EndPDFContent : unit -> unit
Attributes

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