Namespace: BitMiracle.Docotic.Pdf
public sealed class PdfImage
Public NotInheritable Class PdfImage
The PdfImage type exposes the following members.
Name | Description | |
---|---|---|
![]() | BitsPerComponent |
Gets the number of bits used to describe each color component
of this PdfImage.
|
![]() | ComponentCount |
Gets the number of color components in this PdfImage.
|
![]() | Compression |
Gets the compression scheme of this PdfImage.
|
![]() | DpiX |
Gets the horizontal resolution, in pixels per inch, of
this PdfImage.
|
![]() | DpiY |
Gets the vertical resolution, in pixels per inch, of
this PdfImage.
|
![]() | HasMask |
Gets a value indicating whether this PdfImage has associated mask color,
a stencil mask image or a soft mask.
|
![]() | Height |
Gets the height, in pixels, of this PdfImage.
|
![]() | Id |
Gets the identifier of this image in this PdfDocument.
|
![]() | InterpolateWhenDrawn |
Gets or sets a value indicating whether an image interpolation algorithm
should be applied during rendering of this image.
|
![]() | IsInline |
Gets a value indicating whether this PdfImage is an inline image.
|
![]() | IsMask |
Gets a value indicating whether this PdfImage is a stencil mask image.
|
![]() | Mask |
Gets or sets the mask image for this PdfImage.
|
![]() | Stream |
Gets the low-level stream object for this image object.
|
![]() | UseMaskInverted |
Gets or sets a value indicating whether the bits of the mask image
of this PdfImage should be inverted.
|
![]() | Width |
Gets the width, in pixels, of this PdfImage.
|
Name | Description | |
---|---|---|
![]() | ConvertToMask |
Converts this PdfImage into a mask image.
|
![]() | Equals |
Determines whether the specified object is equal to the current object.
(Overrides Object.Equals(Object).) |
![]() | GetHashCode |
Serves as a hash function for a this type.
(Overrides Object.GetHashCode().) |
![]() | GetType | (Inherited from Object.) |
![]() | MakeTransparent |
Makes the specified color transparent for this PdfImage.
|
![]() | RecompressWithFlate() |
Recompresses image data using zlib/deflate compression method.
|
![]() | RecompressWithFlate(Int32) |
Recompresses image data using zlib/deflate compression method and specified
compression quality.
|
![]() | RecompressWithGroup3Fax() |
Recompresses image data using Group 3 CCITT facsimile (fax) encoding.
|
![]() | RecompressWithGroup3Fax(Int32) |
Recompresses image data using Group 3 CCITT facsimile (fax) encoding and
specified threshold level.
|
![]() | RecompressWithGroup4Fax() |
Recompresses image data using Group 4 CCITT facsimile (fax) encoding.
|
![]() | RecompressWithGroup4Fax(Int32) |
Recompresses image data using Group 4 CCITT facsimile (fax) encoding and
specified threshold level.
|
![]() | RecompressWithJpeg() |
Recompresses image data using JPEG baseline format.
|
![]() | RecompressWithJpeg(Int32) |
Recompresses image data using JPEG baseline format and specified
compression quality.
|
![]() | RecompressWithJpeg2000() |
Recompresses image data using JPEG 2000 format.
|
![]() | RecompressWithJpeg2000(Int32) |
Recompresses image data using JPEG 2000 format and specified
compression ratio.
|
![]() | ReplaceWith(Byte[]) |
Replaces image with the image bytes.
|
![]() | ReplaceWith(Stream) |
Replaces image with the image in the stream.
|
![]() | ReplaceWith(String) |
Replaces image with the image in the file.
|
![]() | ResizeTo(Int32, Int32, PdfImageCompression) |
Resizes image to specified width and height and compresses it using
specified compression scheme.
|
![]() | ResizeTo(Int32, Int32, PdfImageCompression, Int32) |
Resizes image to specified width and height and compresses it using
specified compression scheme.
|
![]() | Save(Stream) |
Saves the image to the specified stream.
|
![]() | Save(String) |
Saves the image to the file with specified name.
|
![]() | Scale(Double, PdfImageCompression) |
Scales image using specified scale factor and compresses it using specified
compression scheme.
|
![]() | Scale(Double, PdfImageCompression, Int32) |
Scales image using specified scale factor and compresses it using specified
compression scheme.
|
![]() | ToString | (Inherited from Object.) |
![]() | Uncompress |
Uncompresses image data.
|
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Determines whether the two specified objects are equal to each other.
|
![]() ![]() | Inequality |
Determines whether the two specified objects are not equal to each other.
|