PdfEncoder Methods |
The PdfEncoder type exposes the following members.
| Name | Description | |
|---|---|---|
| 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.) | |
| GetGrayImage | ||
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetOneBitImage | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsPixelFormatSupported | Returns true if the given PixelFormat can be encoded with the derived encoder. (Inherited from ImageEncoder.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnProcessSegment | ||
| OnSetEncoderCompression |
Called when the encoder needs to select a compression.
(Inherited from MultiFramedImageEncoder.) | |
| Save(Stream, AtalaImage, ProgressEventHandler) |
Saves an image to a PDF file.
(Overrides ImageEncoderSave(Stream, AtalaImage, ProgressEventHandler).) | |
| Save(Stream, PdfImage, ProgressEventHandler) |
Creates a single or multipage page PDF file from the specified
PdfImage object.
| |
| Save(Stream, PdfImageCollection, ProgressEventHandler) |
Saves one or more images to a PDF file.
| |
| Save(Stream, ImageCollection, ProgressEventHandler) |
Saves all of the images in an ImageCollection to a PDF file.
(Overrides MultiFramedImageEncoderSave(Stream, ImageCollection, ProgressEventHandler).) | |
| Save(Stream, ImageSource, ProgressEventHandler) |
Saves all of the images in an ImageSource to a PDF file. Only one Image of the ImageSource
is in memory at any one time.
(Overrides MultiFramedImageEncoderSave(Stream, ImageSource, ProgressEventHandler).) | |
| Save(Stream, AtalaImage, PdfCompressionType, ProgressEventHandler) |
Creates a single page PDF file from the specified image and compression.
| |
| SetOneTimePasswords |
Sets user and owner passwords and generates one-time keys for saving
encrypted PDF document. Keys will be reset after calling Save method.
| |
| ToByteArray(AtalaImage, ProgressEventHandler) |
Saves a single image as a PDF to a byte array.
| |
| ToByteArray(ImageCollection, ProgressEventHandler) |
Save an ImageCollection as PDF to a byte array.
| |
| ToByteArray(PdfImageCollection, ProgressEventHandler) |
Saves a PdfImageCollection as PDF to a byte array.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |