![]() |
Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
Attribute that modifies the attached object serialization ToPdf. More...
| error_type CALLING_CONVENTION | SerializationOverrideObjectAttribute_Create (SerializationOverrideObjectAttributeHandle **result) |
| Creates a new SerializationOverrideObjectAttribute instance. | |
| error_type CALLING_CONVENTION | SerializationOverrideObjectAttribute_CreateFromData (string_type data, size_type size, SerializationOverrideObjectAttributeHandle **result) |
| Creates a new SerializationOverrideObjectAttribute instance with value specified in data and size. | |
| error_type CALLING_CONVENTION | SerializationOverrideObjectAttribute_ToBaseAttribute (SerializationOverrideObjectAttributeHandle *handle, BaseObjectAttributeHandle **result) |
| Reinterpret current object as BaseObjectAttributeHandle. | |
| error_type CALLING_CONVENTION | SerializationOverrideObjectAttribute_FromBaseAttribute (BaseObjectAttributeHandle *handle, SerializationOverrideObjectAttributeHandle **result) |
| Convert BaseObjectAttributeHandle to SerializationOverrideObjectAttributeHandle. | |
| error_type CALLING_CONVENTION | SerializationOverrideObjectAttribute_Release (SerializationOverrideObjectAttributeHandle *handle) |
| Decrement the internal reference counter. | |
Additional Inherited Members | |
Public Member Functions inherited from BaseObjectAttributeHandle | |
| error_type CALLING_CONVENTION | BaseObjectAttribute_GetAttributeType (BaseObjectAttributeHandle *handle, ObjectAttributeType *result) |
| Get derived type of current object attribute. | |
Public Member Functions inherited from IUnknownHandle | |
| error_type CALLING_CONVENTION | IUnknown_AddRef (IUnknownHandle *handle) |
| Increment the internal reference counter. | |
Related Symbols inherited from BaseObjectAttributeHandle | |
| error_type CALLING_CONVENTION | BaseObjectAttribute_ToUnknown (BaseObjectAttributeHandle *handle, IUnknownHandle **result) |
| Reinterpret current object as IUnknownHandle. | |
| error_type CALLING_CONVENTION | BaseObjectAttribute_FromUnknown (IUnknownHandle *handle, BaseObjectAttributeHandle **result) |
| Convert IUnknownHandle to BaseObjectAttributeHandle. | |
| error_type CALLING_CONVENTION | BaseObjectAttribute_Release (BaseObjectAttributeHandle *handle) |
| Decrement the internal reference counter. | |
Related Symbols inherited from IUnknownHandle | |
| error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
| Decrement the internal reference counter. | |
Attribute that modifies the attached object serialization ToPdf.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.