Vanilla.PDF  2.0.0
Cross-platform toolkit for creating and modifying PDF documents
SerializationOverrideObjectAttributeHandle Class Reference

Attribute that modifies the attached object serialization ToPdf. More...

Inheritance diagram for SerializationOverrideObjectAttributeHandle:
BaseObjectAttributeHandle IUnknownHandle
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.
 

Detailed Description

Attribute that modifies the attached object serialization ToPdf.

See also
ObjectHandle::Object_ToPdf

Friends And Related Symbol Documentation

◆ SerializationOverrideObjectAttribute_Release()

error_type CALLING_CONVENTION SerializationOverrideObjectAttribute_Release ( SerializationOverrideObjectAttributeHandle * handle)
related

Decrement the internal reference counter.

When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.


The documentation for this class was generated from the following file: