Stream

Ancestor type: IProperty

This type of object represents stream in document (in page)

Sets buffer of this stream from given byte array
Sets buffer of this stream from given string (overloaded method)
Sets raw buffer of this stream from given byte array
Sets raw buffer of this stream from given string (overloaded method)
Loads buffer of this stream from given file. Return true on success, false on failure while loading
Loads raw buffer of this stream from given file. Return true on success, false on failure while loading
Gets buffer of this stream as string
Gets buffer of this stream
Saves buffer of this stream to given file. Return true on success, false on failure while saving
Return decoded text representation of this property
Return decoded raw bytes representation of this property
Add property with given name to stream dictionary
Add string property with given name to stream dictionary
Add integer property with given name to stream dictionary
Return number of properties held in stream dictionary
Delete property with given name from stream dictionary
Check for existence of property with given name in stream dictionary. If it exists, returns true
Get property with given name from stream dictionary
Return array containing names of all properties in stream dictionary