AtalaImageCompressor Class |
Namespace: Atalasoft.dotImage.PdfDoc.Bridge
The AtalaImageCompressor type exposes the following members.
| Name | Description | |
|---|---|---|
| AtalaImageCompressor |
Initializes a new instance of the AtalaImageCompressor class.
| |
| AtalaImageCompressor(ImageEncoder, ImageEncoder) |
Initializes a new instance of the AtalaImageCompressor class with default advanced compressors.
|
| Name | Description | |
|---|---|---|
| AddImageResource |
Utility method to add the image to the resources respecting the color profile of the image (if any). This method will throw a PDFException if AtalaImageCompressor was not added as a compressor in the passed GlobalResources parameter.
| |
| CanCompress |
Determines whether this instance can compress the specified object.
| |
| Compress |
Compresses the specified object to the stored stream provided.
| |
| CreateDocument |
This is a utility method to create a new PdfGeneratedDocument with an AtalaImageCompressor already
installed. This also installs an AtalaJpegStreamCompressor which will allow pass-through
of Stream objects which represent JPEG images without decoding/recompressing them.
| |
| CreateDocument(ImageEncoder, ImageEncoder) |
This is a utility method to create a new PdfGeneratedDocument with an AtalaImageCompressor already
installed adding the ability to compress using JPEG2000 and/or JBIG2 compression.
| |
| CreateImageShape |
Utility method to create an image shape using the provided image. This method will throw a PDFException if AtalaImageCompressor was not added as a compressor in the passed GlobalResources parameter.
| |
| CreateImageShapeAt |
Utility method to create an image shape using the provided image. This method will throw a PDFException if AtalaImageCompressor was not added as a compressor in the passed GlobalResources parameter.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetImageInformation |
Gets the image information for the supplied image.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ImageSize |
Returns the size of the image in PDF space, respecting resolution
| |
| ImageSizeAt |
Returns the size of the image in PDF space, respecting resolution
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PerfectCanCompress | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |