![]() |
Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
Real objects represent mathematical real numbers. More...
error_type CALLING_CONVENTION | RealObject_Create (RealObjectHandle **result) |
Creates a new RealObject instance. | |
error_type CALLING_CONVENTION | RealObject_CreateFromData (real_type data, integer_type precision, RealObjectHandle **result) |
Creates a new RealObject instance with specified data. | |
error_type CALLING_CONVENTION | RealObject_GetValue (RealObjectHandle *handle, real_type *result) |
Return objects contained real value. | |
error_type CALLING_CONVENTION | RealObject_SetValue (RealObjectHandle *handle, real_type value) |
Set objects new real value. | |
error_type CALLING_CONVENTION | RealObject_ToObject (RealObjectHandle *handle, ObjectHandle **result) |
Reinterpret current object as ObjectHandle. | |
error_type CALLING_CONVENTION | RealObject_FromObject (ObjectHandle *handle, RealObjectHandle **result) |
Convert ObjectHandle to RealObjectHandle. | |
error_type CALLING_CONVENTION | RealObject_Release (RealObjectHandle *handle) |
Decrement the internal reference counter. | |
Additional Inherited Members | |
![]() | |
error_type CALLING_CONVENTION | Object_GetObjectType (ObjectHandle *handle, ObjectType *result) |
Get derived type of current object. | |
![]() | |
error_type CALLING_CONVENTION | IUnknown_AddRef (IUnknownHandle *handle) |
Increment the internal reference counter. | |
![]() | |
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. | |
![]() | |
error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
Decrement the internal reference counter. | |
Real objects represent mathematical real numbers.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.