PdfImage Methods

The PdfImage type exposes the following members.

Methods

  NameDescription
Public methodConvertToMask
Converts this PdfImage into a mask image.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides Object.Equals(Object).)
Public methodGetHashCode
Serves as a hash function for a this type.
(Overrides Object.GetHashCode().)
Public methodGetType (Inherited from Object.)
Public methodMakeTransparent
Makes the specified color transparent for this PdfImage.
Public methodRecompressWithFlate()
Recompresses image data using zlib/deflate compression method.
Public methodRecompressWithFlate(Int32)
Recompresses image data using zlib/deflate compression method and specified compression quality.
Public methodRecompressWithGroup3Fax()
Recompresses image data using Group 3 CCITT facsimile (fax) encoding.
Public methodRecompressWithGroup3Fax(Int32)
Recompresses image data using Group 3 CCITT facsimile (fax) encoding and specified threshold level.
Public methodRecompressWithGroup4Fax()
Recompresses image data using Group 4 CCITT facsimile (fax) encoding.
Public methodRecompressWithGroup4Fax(Int32)
Recompresses image data using Group 4 CCITT facsimile (fax) encoding and specified threshold level.
Public methodRecompressWithJpeg()
Recompresses image data using JPEG baseline format.
Public methodRecompressWithJpeg(Int32)
Recompresses image data using JPEG baseline format and specified compression quality.
Public methodRecompressWithJpeg2000()
Recompresses image data using JPEG 2000 format.
Public methodRecompressWithJpeg2000(Int32)
Recompresses image data using JPEG 2000 format and specified compression ratio.
Public methodReplaceWith(Byte[])
Replaces image with the image bytes.
Public methodReplaceWith(Stream)
Replaces image with the image in the stream.
Public methodReplaceWith(String)
Replaces image with the image in the file.
Public methodResizeTo(Int32, Int32, PdfImageCompression)
Resizes image to specified width and height and compresses it using specified compression scheme.
Public methodResizeTo(Int32, Int32, PdfImageCompression, Int32)
Resizes image to specified width and height and compresses it using specified compression scheme.
Public methodSave(Stream)
Saves the image to the specified stream.
Public methodSave(String)
Saves the image to the file with specified name.
Public methodScale(Double, PdfImageCompression)
Scales image using specified scale factor and compresses it using specified compression scheme.
Public methodScale(Double, PdfImageCompression, Int32)
Scales image using specified scale factor and compresses it using specified compression scheme.
Public methodToString (Inherited from Object.)
Public methodUncompress
Uncompresses image data.

See Also