PdfCompressedImageStreamProvider Class |
Namespace: Atalasoft.PdfDoc.Generating.ResourceHandling.Images
The PdfCompressedImageStreamProvider type exposes the following members.
Name | Description | |
---|---|---|
PdfCompressedImageStreamProvider(StoredStream, StoredStream) |
Initializes a new instance of the PdfCompressedImageStreamProvider class.
| |
PdfCompressedImageStreamProvider(StoredStream, StoredStream, Boolean) |
Initializes a new instance of the PdfCompressedImageStreamProvider class.
|
Name | Description | |
---|---|---|
HasImage |
Gets a value indicating whether this instance has image.
| |
HasMask |
Gets a value indicating whether this instance has mask.
| |
IsSoftMask |
Gets a value indicating whether this instance is soft mask.
|
Name | Description | |
---|---|---|
CloseImageStream |
Closes the image stream.
| |
CloseMaskStream |
Closes the mask stream.
| |
Dispose |
Disposes the resource.
| |
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources
| |
DisposeManagedResources |
Disposes the managed resources.
| |
DisposeUnmanagedResources |
Disposes the unmanaged resources.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Releases unmanaged resources and performs other cleanup operations before the
PdfCompressedImageStreamProvider is reclaimed by garbage collection.
(Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (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.) | |
OpenImageStream |
Opens the image stream.
| |
OpenMaskStream |
Opens the mask stream.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |