Atalasoft.PdfDoc.Generating.ResourceHandling.Images Namespace |
Class | Description | |
---|---|---|
GdiImageCompressor |
A compressor for Gdi Images
| |
GdiImageCompressorBitmapImageDataProvider |
The provider for bitmap image data
| |
MemoryStreamProvider |
A stream for handling images from a MemoryStream
| |
PdfCCITTGroup4ImageCompression |
The settings class for CCITT (group 4) compression
| |
PdfCompressedImageStreamProvider |
Used to decompress image streams from existing pdf into PdfImageResource
| |
PdfDctImageCodecDetails |
The settings for Dct encoded images in generated pdfs
| |
PdfDctImageCompression |
The compression settings for Dct compression
| |
PdfFlateImageCompression |
Settings for Flate Compression
| |
PdfImageCodecDetails |
A class to hold codec details
| |
PdfImageColorSpaceInfo |
PdfImageColorSpaceInfo is a class that is used to describe the color representation
of an image in a PDF document. This includes the color space of the image (red, green, blue for example)
as well as the number of channels in the image and an optional associated color space resource for
associating calibrated colors with the image. This class is constructed for client code during the
process of converting an image into an image resource and there is no reason to construct it directly.
| |
PdfImageCompression |
An object used to set the image compression used in an image resource.
| |
PdfImageInformation |
Information about a pdf image
| |
PdfImageManager |
The resource manager for images
| |
PdfImageResource |
A resource for pdf creation that is an image.
| |
PdfJbig2ImageCompression |
The Jbig2 settings for pdf images
| |
PdfJpxImageCodecDetails |
The settings for the pdf jpeg2000 codec
| |
PdfJpxImageCompression |
The settings for Jpeg2000 image compression for a PdfImageResource
| |
PdfLzwImageCompression |
The settings for Lzw compression
| |
PdfNoneImageCompression |
The settings for no compression
| |
PdfRunLengthImageCompression |
The settings for run length image compression
| |
StoredStream |
A temporary stream to store inner resources.
| |
TempFileStreamProvider |
A stream provider for temporary files
|
Interface | Description | |
---|---|---|
IPdfImageCompressor |
An interface for compressing pdf images
| |
IStoredStreamProvider |
An interface used for generating streams from stored locations
|
Delegate | Description | |
---|---|---|
PdfImageCompressionSelector |
The event delegate that is called when it is time to select image compression
|
Enumeration | Description | |
---|---|---|
ImageHandlingSkill |
The style of image handling to use
|