Public Methods
Name | Description | |
---|---|---|
![]() |
AccessContentStream | Obtains read access, via an input stream, to the content data of this object. If content data is not present in the object’s property cache, it will be fetched from the server. The Content Engine will not automatically close the stream after access has finished; unless you want the stream to remain open, your application should close the stream after it has finished reading the content data. |
![]() |
SetCaptureSource | Specifies an input stream as the source of content data for this object. The Content Engine will not automatically close the stream after access has finished; unless you want the stream to remain open, your application should close the stream once all of the content data has been read by the server. The stream can safely be closed after you have added this object to the collection of a document or annotation and called that object's method. |