ImageInformation

Represents image's information of an image in the document.

public class ImageInformation
Public Class ImageInformation

Inheritance: ObjectImageInformation

Licensing Info

This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Properties

BitsPerComponentGets Bits Per Component number for a pixel of the image.
HasTransperencyGets boolean representing alpha channels presence in the image.
HeightGets height of the image.
PixelFormatGets PixelFormat of the image, As PixelFormat object.
WidthGets width of the image.

Methods

Equals(Object)Determines whether the specified Object is equal to the current Object .
(Inherited from Object)
GetHashCode()Serves as a hash function for a particular type.
(Inherited from Object)
GetImage()Returns the ExtractedImageType object for the image extracted.
GetImage(String, [Optional] Boolean)Draws the image of type jpg or png at the given file path.
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns a String that represents the current Object .
(Inherited from Object)

See Also

ceTe.DynamicPDF.Merger

In this topic