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 : CoreFoundation.NativeObject
type CGPDFScanner = class
inherit NativeObject
- Inheritance
Constructors
| Name | Description |
|---|---|
| CGPDFScanner(CGPDFContentStream, CGPDFOperatorTable, Object) |
Creates a CGPDFScanner object that invokes callbacks in the |
Properties
| Name | Description |
|---|---|
| Handle | (Inherited from DisposableObject) |
| Owns | (Inherited from DisposableObject) |
| UserInfo | |
Methods
| Name | Description |
|---|---|
| ClearHandle() | (Inherited from DisposableObject) |
| Dispose() | (Inherited from DisposableObject) |
| Dispose(Boolean) |
Releases the resources used by the CGPDFScanner object. |
| Equals(Object) | (Inherited from DisposableObject) |
| GetCheckedHandle() | (Inherited from DisposableObject) |
| GetContentStream() |
Gets the content stream for |
| GetHashCode() | (Inherited from DisposableObject) |
| InitializeHandle(NativeHandle) | (Inherited from DisposableObject) |
| Release() | |
| Retain() | |
| Scan() |
Parses |
| Stop() | |
| 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(IntPtr) | |
| TryPop(NFloat) | |
| TryPop(String) |
Pops a String object from the stack of |
| TryPopName(String) |
Pops a character string object from the stack of |
Extension Methods
| Name | Description |
|---|---|
| GetHandle(INativeObject) | |
| GetNonNullHandle(INativeObject, String) | |