CGPDFScanner.TryPop Method

Definition

Overloads

TryPop(String)

Pops a T:System.String object from the stack of this CGPDFScanner object, returns that object by using the value parameter, and then returns whether this method succeeded.

TryPop(nint)

Pops a T:System.Int32 object from the stack of this CGPDFScanner object, returns that object by using the value parameter, and then returns whether this method succeeded.

TryPop(nfloat)

Pops a floating point number from the stack of this CGPDFScanner object, returns that number object by using the value parameter, and then returns whether this method succeeded.

TryPop(Boolean)

Pops a Boolean object from the stack of this CGPDFScanner object, returns that object by using the value parameter, and then returns whether this method succeeded.

TryPop(CGPDFArray)

Pops an array from the stack of this CGPDFScanner object, returns that array by using the value parameter, and then returns whether this method succeeded.

TryPop(CGPDFObject)

Pops an object from the stack of this CGPDFScanner object, returns that object by using the value parameter, and then returns whether this method succeeded.

TryPop(CGPDFDictionary)

Pops a PDF dictionary from the stack of this CGPDFScanner object, returns that dictionary by using the value parameter, and then returns whether this method succeeded.

TryPop(CGPDFStream)

Pops a PDF stream from the stack of this CGPDFScanner object, returns that stream by using the value parameter, and then returns whether this method succeeded.

TryPop(String)

Pops a T:System.String object from the stack of this CGPDFScanner object, returns that object by using the value parameter, and then returns whether this method succeeded.

public bool TryPop (out string value);
member this.TryPop :  -> bool

Parameters

value
String

Returns

Applies to

TryPop(nint)

Pops a T:System.Int32 object from the stack of this CGPDFScanner object, returns that object by using the value parameter, and then returns whether this method succeeded.

public bool TryPop (out nint value);
member this.TryPop :  -> bool

Parameters

value
System.System.IntPtr System.nativeint

Returns

Applies to

TryPop(nfloat)

Pops a floating point number from the stack of this CGPDFScanner object, returns that number object by using the value parameter, and then returns whether this method succeeded.

public bool TryPop (out nfloat value);
member this.TryPop :  -> bool

Parameters

value
nfloat

Returns

Applies to

TryPop(Boolean)

Pops a Boolean object from the stack of this CGPDFScanner object, returns that object by using the value parameter, and then returns whether this method succeeded.

public bool TryPop (out bool value);
member this.TryPop :  -> bool

Parameters

value
Boolean

Returns

Applies to

TryPop(CGPDFArray)

Pops an array from the stack of this CGPDFScanner object, returns that array by using the value parameter, and then returns whether this method succeeded.

public bool TryPop (out CoreGraphics.CGPDFArray value);
member this.TryPop :  -> bool

Parameters

value
CGPDFArray

Returns

Applies to

TryPop(CGPDFObject)

Pops an object from the stack of this CGPDFScanner object, returns that object by using the value parameter, and then returns whether this method succeeded.

public bool TryPop (out CoreGraphics.CGPDFObject value);
member this.TryPop :  -> bool

Parameters

value
CGPDFObject

Returns

Applies to

TryPop(CGPDFDictionary)

Pops a PDF dictionary from the stack of this CGPDFScanner object, returns that dictionary by using the value parameter, and then returns whether this method succeeded.

public bool TryPop (out CoreGraphics.CGPDFDictionary value);
member this.TryPop :  -> bool

Parameters

Returns

Applies to

TryPop(CGPDFStream)

Pops a PDF stream from the stack of this CGPDFScanner object, returns that stream by using the value parameter, and then returns whether this method succeeded.

public bool TryPop (out CoreGraphics.CGPDFStream value);
member this.TryPop :  -> bool

Parameters

value
CGPDFStream

Returns

Applies to