PersistenceType
Contents
[
Hide
]
PersistenceType enumeration
Specifies the method used to store properties of the ActiveX control.
Members
Member name | Description |
---|---|
NOT_DEFINED | Persistance id not specified. |
PERSIST_PROPERTY_BAG | Specifies that the ActiveX control is persisted using property-bag-based persistence. Property-bag-based persistence stores an ActiveX control by means of a collection of name and value pairs which specify the data persisted by the ActiveX control. |
PERSIST_STREAM | Specifies that the ActiveX control is persisted using a stream-based persistence that does not support initialization of the ActiveX control to a default state. |
PERSIST_STREAM_INIT | Specifies that the ActiveX control is persisted using a stream-based persistence that supports initialization of the ActiveX control to a default state. |
PERSIST_STORAGE | Specifies that the ActiveX control is persisted using storage-based persistence. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides