Collection of content instructions.
An object used for reading PDF PostScript instructions.
error_type CALLING_CONVENTION ContentParser_Release(ContentParserHandle *handle)
Decrement the internal reference counter.
error_type CALLING_CONVENTION ContentParser_FromUnknown(IUnknownHandle *handle, ContentParserHandle **result)
Convert IUnknownHandle to ContentParserHandle.
error_type CALLING_CONVENTION ContentParser_ReadInstructionCollection(ContentParserHandle *handle, ContentInstructionCollectionHandle **result)
Get byte representation of content operator.
error_type CALLING_CONVENTION ContentParser_Create(FileHandle *source_file, InputStreamHandle *input_stream, ContentParserHandle **result)
Create a new instance of ContentParserHandle.
error_type CALLING_CONVENTION ContentParser_ToUnknown(ContentParserHandle *handle, IUnknownHandle **result)
Reinterpret current object as IUnknownHandle.