Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
A hexadecimal string is preferable for arbitrary binary data. More...
error_type CALLING_CONVENTION | HexadecimalStringObject_Create (HexadecimalStringObjectHandle **result) |
Creates a new HexadecimalStringObject instance. | |
error_type CALLING_CONVENTION | HexadecimalStringObject_CreateFromEncodedBuffer (BufferHandle *value, HexadecimalStringObjectHandle **result) |
Creates a new HexadecimalStringObject instance from encoded data. | |
error_type CALLING_CONVENTION | HexadecimalStringObject_CreateFromEncodedString (string_type value, HexadecimalStringObjectHandle **result) |
Creates a new HexadecimalStringObject instance from encoded string data. | |
error_type CALLING_CONVENTION | HexadecimalStringObject_CreateFromDecodedBuffer (BufferHandle *value, HexadecimalStringObjectHandle **result) |
Creates a new HexadecimalStringObject instance from decoded data. | |
error_type CALLING_CONVENTION | HexadecimalStringObject_CreateFromDecodedString (string_type value, HexadecimalStringObjectHandle **result) |
Creates a new HexadecimalStringObject instance from decoded string data. | |
error_type CALLING_CONVENTION | HexadecimalStringObject_GetValue (HexadecimalStringObjectHandle *handle, BufferHandle **result) |
Get strings current value. | |
error_type CALLING_CONVENTION | HexadecimalStringObject_SetValue (HexadecimalStringObjectHandle *handle, BufferHandle *value) |
Set strings new value. | |
error_type CALLING_CONVENTION | HexadecimalStringObject_ToStringObject (HexadecimalStringObjectHandle *handle, StringObjectHandle **result) |
Reinterpret current object as StringObjectHandle. | |
error_type CALLING_CONVENTION | HexadecimalStringObject_FromStringObject (StringObjectHandle *handle, HexadecimalStringObjectHandle **result) |
Convert IUnknownHandle to HexadecimalStringObjectHandle. | |
error_type CALLING_CONVENTION | HexadecimalStringObject_Release (HexadecimalStringObjectHandle *handle) |
Decrement the internal reference counter. | |
Additional Inherited Members | |
Public Member Functions inherited from StringObjectHandle | |
error_type CALLING_CONVENTION | StringObject_GetStringType (StringObjectHandle *handle, StringType *result) |
Get derived type from current string. | |
Public Member Functions inherited from ObjectHandle | |
error_type CALLING_CONVENTION | Object_GetObjectType (ObjectHandle *handle, ObjectType *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 StringObjectHandle | |
error_type CALLING_CONVENTION | StringObject_GetValue (StringObjectHandle *handle, BufferHandle **result) |
Get strings current value. | |
error_type CALLING_CONVENTION | StringObject_SetValue (StringObjectHandle *handle, BufferHandle *value) |
Set strings new value. | |
error_type CALLING_CONVENTION | StringObject_ToObject (StringObjectHandle *handle, ObjectHandle **result) |
Reinterpret current object as ObjectHandle. | |
error_type CALLING_CONVENTION | StringObject_FromObject (ObjectHandle *handle, StringObjectHandle **result) |
Convert ObjectHandle to StringObjectHandle. | |
error_type CALLING_CONVENTION | StringObject_Release (StringObjectHandle *handle) |
Decrement the internal reference counter. | |
Related Symbols inherited from ObjectHandle | |
error_type CALLING_CONVENTION | Object_TypeName (ObjectType type, string_type *result) |
Get string representation of object type. | |
error_type CALLING_CONVENTION | Object_GetOffset (ObjectHandle *handle, offset_type *result) |
Get input file offset where this object was found. | |
error_type CALLING_CONVENTION | Object_GetAttributeList (ObjectHandle *handle, ObjectAttributeListHandle **result) |
Get object attribute list attached to this PDF object. | |
error_type CALLING_CONVENTION | Object_ToString (ObjectHandle *handle, BufferHandle **result) |
Convert to human readable text format. | |
error_type CALLING_CONVENTION | Object_ToPdf (ObjectHandle *handle, BufferHandle **result) |
Get a PDF data representation of the current object. | |
error_type CALLING_CONVENTION | Object_ToUnknown (ObjectHandle *handle, IUnknownHandle **result) |
Reinterpret current object as IUnknownHandle. | |
error_type CALLING_CONVENTION | Object_FromUnknown (IUnknownHandle *handle, ObjectHandle **result) |
Convert IUnknownHandle to ObjectHandle. | |
error_type CALLING_CONVENTION | Object_Release (ObjectHandle *handle) |
Decrement the internal reference counter. | |
Related Symbols inherited from IUnknownHandle | |
error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
Decrement the internal reference counter. | |
A hexadecimal string is preferable for arbitrary binary data.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.