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)
Syntax
public enum ActiveXPersistenceType
Members
  Member nameValueDescription
PropertyBag0 The data is stored as xml data.
Storage1 The data is stored as a storage binary data.
Stream2 The data is stored as a stream binary data.
StreamInit3 The data is stored as a streaminit binary data.
See Also