UIGraphics.EndPDFContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.