PartDocument.GetPrivateStream Method
Parent Object: PartDocumentDescription
Obtains a private stream within this document with the given name. Can create one, if one does not exist.
Syntax
PartDocument.GetPrivateStream( StreamName As String, CreateIfNecessary As Boolean ) As UnknownParameters
Name | Type | Description |
StreamName | String | Input String value that specifies the name of the stream to get (31 chars max). |
CreateIfNecessary | Boolean | Input Boolean that specifies whether to create a private stream if one does not already exist. |