CGPDFScanner.TryPopName(String) 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.
Pops a character string object from the stack of thisCGPDFScanner object, returns that object by using the name parameter, and then returns whether this method succeeded.
public bool TryPopName(out string? name);
member this.TryPopName : string -> bool
Parameters
- name
- String