Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
As an alternative to the image XObjects described in section 8.9.5 - Image Dictionaries, a sampled image may be specified in the form of an inline image. More...
error_type CALLING_CONVENTION | ContentObjectInlineImage_GetDictionary (ContentObjectInlineImageHandle *handle, DictionaryObjectHandle **result) |
Get meta-data dictionary for inline image. | |
error_type CALLING_CONVENTION | ContentObjectInlineImage_GetData (ContentObjectInlineImageHandle *handle, BufferHandle **result) |
Get raw image data. | |
error_type CALLING_CONVENTION | ContentObjectInlineImage_Release (ContentObjectInlineImageHandle *handle) |
Decrement the internal reference counter. | |
Additional Inherited Members | |
Public Member Functions inherited from ContentObjectHandle | |
error_type CALLING_CONVENTION | ContentObject_GetObjectType (ContentObjectHandle *handle, ContentObjectType *result) |
Get derived type of current object. | |
Public Member Functions inherited from ContentInstructionHandle | |
error_type CALLING_CONVENTION | ContentInstruction_GetInstructionType (ContentInstructionHandle *handle, ContentInstructionType *result) |
Get derived type of current object. | |
Public Member Functions inherited from IUnknownHandle | |
error_type CALLING_CONVENTION | IUnknown_AddRef (IUnknownHandle *handle) |
Increment the internal reference counter. | |
Related Symbols inherited from ContentObjectHandle | |
error_type CALLING_CONVENTION | ContentObject_ToInlineImage (ContentObjectHandle *handle, ContentObjectInlineImageHandle **result) |
Reinterpret current object as ContentObjectInlineImageHandle. | |
error_type CALLING_CONVENTION | ContentObject_ToInstruction (ContentObjectHandle *handle, ContentInstructionHandle **result) |
Reinterpret current object as ContentInstructionHandle. | |
error_type CALLING_CONVENTION | ContentObject_FromInstruction (ContentInstructionHandle *handle, ContentObjectHandle **result) |
Convert ContentInstructionHandle to ContentObjectHandle. | |
error_type CALLING_CONVENTION | ContentObject_Release (ContentObjectHandle *handle) |
Decrement the internal reference counter. | |
Related Symbols inherited from ContentInstructionHandle | |
error_type CALLING_CONVENTION | ContentInstruction_ToOperation (ContentInstructionHandle *handle, ContentOperationHandle **result) |
Reinterpret current object as ContentOperationHandle. | |
error_type CALLING_CONVENTION | ContentInstruction_ToUnknown (ContentInstructionHandle *handle, IUnknownHandle **result) |
Reinterpret current object as IUnknownHandle. | |
error_type CALLING_CONVENTION | ContentInstruction_FromUnknown (IUnknownHandle *handle, ContentInstructionHandle **result) |
Convert IUnknownHandle to ContentInstructionHandle. | |
error_type CALLING_CONVENTION | ContentInstruction_Release (ContentInstructionHandle *handle) |
Decrement the internal reference counter. | |
Related Symbols inherited from IUnknownHandle | |
error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
Decrement the internal reference counter. | |
As an alternative to the image XObjects described in section 8.9.5 - Image Dictionaries, a sampled image may be specified in the form of an inline image.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.