CGPDFScanner Class
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.
Class that enables app developers to parse values from a PDF stream.
public class CGPDFScanner : IDisposable, ObjCRuntime.INativeObject
type CGPDFScanner = class
interface INativeObject
interface IDisposable
- Inheritance
-
CGPDFScanner
- Implements
Constructors
CGPDFScanner(CGPDFContentStream, CGPDFOperatorTable, Object) |
Creates a CGPDFScanner object that invokes callbacks in the |
CGPDFScanner(IntPtr) |
Properties
Handle |
Handle (pointer) to the unmanaged object representation. |
UserInfo |
Methods
Dispose() |
Releases the resources used by the CGPDFScanner object. |
Dispose(Boolean) |
Releases the resources used by the CGPDFScanner object. |
Finalize() |
Finalizer for the CGPDFScanner object |
GetContentStream() |
Gets the content stream for |
Scan() |
Parses |
TryPop(Boolean) |
Pops a Boolean object from the stack of |
TryPop(CGPDFArray) |
Pops an array from the stack of |
TryPop(CGPDFDictionary) |
Pops a PDF dictionary from the stack of |
TryPop(CGPDFObject) |
Pops an object from the stack of |
TryPop(CGPDFStream) |
Pops a PDF stream from the stack of |
TryPop(nfloat) |
Pops a floating point number from the stack of |
TryPop(nint) |
Pops a T:System.Int32 object from the stack of |
TryPop(String) |
Pops a T:System.String object from the stack of |
TryPopName(String) |
Pops a character string object from the stack of |