Collection of content instructions.
A content stream is a PDF stream object whose data consists of a sequence of instructions describing ...
error_type CALLING_CONVENTION PageContents_Release(PageContentsHandle *handle)
Decrement the internal reference counter.
error_type CALLING_CONVENTION PageContents_FromUnknown(IUnknownHandle *handle, PageContentsHandle **result)
Convert IUnknownHandle to PageContentsHandle.
error_type CALLING_CONVENTION PageContents_GetBaseObject(PageContentsHandle *handle, ObjectHandle **result)
Switch object to low-level syntax API.
error_type CALLING_CONVENTION PageContents_ToUnknown(PageContentsHandle *handle, IUnknownHandle **result)
Reinterpret current object as IUnknownHandle.
error_type CALLING_CONVENTION PageContents_GetInstructionCollection(PageContentsHandle *handle, ContentInstructionCollectionHandle **result)
Return collection of the content stream instructions.
error_type CALLING_CONVENTION PageContents_RecalculateStreamData(PageContentsHandle *handle, boolean_type *result)
Updates the referenced stream content to reflect content operation changes.