Adds a content stream to this operations.

 

   

Syntax
 

[C#]
void AddContentStream(StreamObject stream)

[Visual Basic]
Function AddContentStream(stream As StreamObject)

 

   

Params
 
Name Description
stream The stream to add.

 

   

Notes
 

Adds a content stream to this operations.

 

   

Example
 
None.