Click or drag to resize

PdfEncoder Methods

The PdfEncoder type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetGrayImage
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetOneBitImage
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsPixelFormatSupported
Returns true if the given PixelFormat can be encoded with the derived encoder.
(Inherited from ImageEncoder.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnProcessSegment
Protected methodOnSetEncoderCompression
Called when the encoder needs to select a compression.
(Inherited from MultiFramedImageEncoder.)
Public methodSave(Stream, AtalaImage, ProgressEventHandler)
Saves an image to a PDF file.
(Overrides ImageEncoderSave(Stream, AtalaImage, ProgressEventHandler).)
Public methodSave(Stream, PdfImage, ProgressEventHandler)
Creates a single or multipage page PDF file from the specified PdfImage object.
Public methodSave(Stream, PdfImageCollection, ProgressEventHandler)
Saves one or more images to a PDF file.
Public methodSave(Stream, ImageCollection, ProgressEventHandler)
Saves all of the images in an ImageCollection to a PDF file.
(Overrides MultiFramedImageEncoderSave(Stream, ImageCollection, ProgressEventHandler).)
Public methodSave(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).)
Public methodSave(Stream, AtalaImage, PdfCompressionType, ProgressEventHandler)
Creates a single page PDF file from the specified image and compression.
Public methodSetOneTimePasswords
Sets user and owner passwords and generates one-time keys for saving encrypted PDF document. Keys will be reset after calling Save method.
Public methodToByteArray(AtalaImage, ProgressEventHandler)
Saves a single image as a PDF to a byte array.
Public methodToByteArray(ImageCollection, ProgressEventHandler)
Save an ImageCollection as PDF to a byte array.
Public methodToByteArray(PdfImageCollection, ProgressEventHandler)
Saves a PdfImageCollection as PDF to a byte array.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also