CGPDFScanner CGPDFScanner Class
Definition
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
- Implements
Constructors
CGPDFScanner(IntPtr) CGPDFScanner(IntPtr) | |
CGPDFScanner(CGPDFContentStream, CGPDFOperatorTable, Object) CGPDFScanner(CGPDFContentStream, CGPDFOperatorTable, Object) |
Creates a CGPDFScanner object that invokes callbacks in the |
Properties
Handle Handle |
Handle (pointer) to the unmanaged object representation. |
UserInfo UserInfo |
Methods
Dispose() Dispose() |
Releases the resources used by the CGPDFScanner object. |
Dispose(Boolean) Dispose(Boolean) |
Releases the resources used by the CGPDFScanner object. |
Finalize() Finalize() |
Finalizer for the CGPDFScanner object |
GetContentStream() GetContentStream() |
Gets the content stream for |
Scan() Scan() |
Parses |
TryPop(String) TryPop(String) |
Pops a |
TryPop(nint) TryPop(nint) |
Pops a |
TryPop(nfloat) TryPop(nfloat) |
Pops a floating point number from the stack of |
TryPop(Boolean) TryPop(Boolean) |
Pops a Boolean object from the stack of |
TryPop(CGPDFArray) TryPop(CGPDFArray) |
Pops an array from the stack of |
TryPop(CGPDFObject) TryPop(CGPDFObject) |
Pops an object from the stack of |
TryPop(CGPDFDictionary) TryPop(CGPDFDictionary) |
Pops a PDF dictionary from the stack of |
TryPop(CGPDFStream) TryPop(CGPDFStream) |
Pops a PDF stream from the stack of |
TryPopName(String) TryPopName(String) |
Pops a character string object from the stack of |
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...