Click or drag to resize

PdfCompressedImageStreamProvider Class

Used to decompress image streams from existing pdf into PdfImageResource
Inheritance Hierarchy
SystemObject
  Atalasoft.PdfDoc.Generating.ResourceHandling.ImagesPdfCompressedImageStreamProvider

Namespace:  Atalasoft.PdfDoc.Generating.ResourceHandling.Images
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class PdfCompressedImageStreamProvider : IDisposable

The PdfCompressedImageStreamProvider type exposes the following members.

Constructors
  NameDescription
Public methodPdfCompressedImageStreamProvider(StoredStream, StoredStream)
Initializes a new instance of the PdfCompressedImageStreamProvider class.
Public methodPdfCompressedImageStreamProvider(StoredStream, StoredStream, Boolean)
Initializes a new instance of the PdfCompressedImageStreamProvider class.
Top
Properties
  NameDescription
Public propertyHasImage
Gets a value indicating whether this instance has image.
Public propertyHasMask
Gets a value indicating whether this instance has mask.
Public propertyIsSoftMask
Gets a value indicating whether this instance is soft mask.
Top
Methods
  NameDescription
Public methodCloseImageStream
Closes the image stream.
Public methodCloseMaskStream
Closes the mask stream.
Public methodDispose
Disposes the resource.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources
Protected methodDisposeManagedResources
Disposes the managed resources.
Protected methodDisposeUnmanagedResources
Disposes the unmanaged resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the PdfCompressedImageStreamProvider is reclaimed by garbage collection.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOpenImageStream
Opens the image stream.
Public methodOpenMaskStream
Opens the mask stream.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also