ActiveXPersistenceType Enumeration |
Represents the persistence method to persist an ActiveX control.
Namespace:
Aspose.Diagram.ActiveXControls
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum ActiveXPersistenceType
Public Enumeration ActiveXPersistenceType
public enum class ActiveXPersistenceType
type ActiveXPersistenceType
Members
| Member name | Value | Description |
---|
| PropertyBag | 0 |
The data is stored as xml data.
|
| Storage | 1 |
The data is stored as a storage binary data.
|
| Stream | 2 |
The data is stored as a stream binary data.
|
| StreamInit | 3 |
The data is stored as a streaminit binary data.
|
See Also