DataStreamSupporter Class |
Namespace: Aspose.CAD
The DataStreamSupporter type exposes the following members.
| Name | Description | |
|---|---|---|
| DataStreamSupporter |
Initializes a new instance of the DataStreamSupporter class.
|
| Name | Description | |
|---|---|---|
| DataStreamContainer |
Gets the object's data stream.
| |
| Disposed |
Gets a value indicating whether this instance is disposed.
(Inherited from DisposableObject.) | |
| IsCached |
Gets a value indicating whether object's data is cached currently and no data readig is required.
|
| Name | Description | |
|---|---|---|
| CacheData |
Caches the data and ensures no additional data loading will be performed from the underlying DataStreamContainer.
| |
| Dispose |
Disposes the current instance.
(Inherited from DisposableObject.) | |
| DoAfterSave |
Does the after save.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize |
Finalizes an instance of the DisposableObject class.
(Inherited from DisposableObject.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnDataStreamContainerChanging |
Called when data stream container is changing.
| |
| ReleaseManagedResources |
Releases the managed resources. Make sure no unmanaged resources are released here, since they may have been already released.
(Overrides DisposableObjectReleaseManagedResources.) | |
| ReleaseUnmanagedResources |
Releases the unmanaged resources. Make sure no managed resources are released here, since they may have been already released.
(Inherited from DisposableObject.) | |
| Save |
Saves the object's data to the current DataStreamSupporter.
| |
| Save(Stream) |
Saves the object's data to the specified stream.
| |
| Save(String) |
Saves the object's data to the specified file location.
| |
| Save(String, Boolean) |
Saves the object's data to the specified file location.
| |
| SaveData |
Saves the data.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| VerifyNotDisposed |
Verifies that the current instance is not disposed.
(Inherited from DisposableObject.) |
| Name | Description | |
|---|---|---|
| Timeout |
The timeout to wait for synchronization
|