CGPDFDictionary.GetStream(String, CGPDFStream) Method

Definition

Looks up a CGPDFStream in the dictionary.

public bool GetStream (string key, out CoreGraphics.CGPDFStream result);
member this.GetStream : string *  -> bool

Parameters

key
String

The name of the element to get out of the dictionary.

result
CGPDFStream

The stream, if the function returns true.

Returns

true if the value was found on the dictionary and the out parameter set to the value. If the value is false, the result of the out parameter is undefined.

Applies to