Call the scanner using an owner and a content stream array.

 

   

Syntax
 

[C#]
void Call(StreamObject owner, ArrayAtom contents)

[Visual Basic]
Sub Call(owner As StreamObject, contents As ArrayAtom)

 

   

Params
 
Name Description
owner The stream from which the content stream array is derived.
contents The content stream array.

 

   

Notes
 

Call the scanner using an owner and a content stream array.

 

   

Example
 
None.