ImageData

Represents the data of an image.

public abstract class ImageData : Resource
Public MustInherit Class ImageData
    Inherits Resource

Inheritance: ObjectResourceImageData

Derived: GifImageData, Jpeg2000ImageData, JpegImageData, PngImageData, TiffImageData

Licensing Info

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

Properties

HeightGets the pixel height of the image data.
HorizontalDpiGets the horizontal dpi (also known as pixels per inch) of the image data.
InterpolateGets or set a value indicating is image interpolation should be used by the PDF viewer when viewing the Image.
RequiredPdfObjectsGets the number of PDF objects required by the resource.
(Inherited from Resource)
ResourceTypeGets the type of resource.
ScaleXGets the X scale of the image data.
ScaleYGets the Y scale of the image data.
UidGets the unique ID of the resource.
(Inherited from Resource)
VerticalDpiGets the vertical dpi (also known as pixels per inch) of the image data.
WidthGets the pixel width of the image data.

Methods

Draw(DocumentWriter)Draws the resource to the given DocumentWriter object.
(Inherited from Resource)
Draw(OperatorWriter, Single, Single, Single, Single)Draws the image data to the given PageWriter object.
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(Byte[])Returns an ImageData of the correct type for the given byte array.
GetImage(Stream)Returns an ImageData of the correct type for the given Stream .
GetImage(String)Returns an ImageData of the correct type for the given physical file path.
GetPage()Returns a Page object containing the image as a background.
GetPage(Single)Returns a Page object containing the image as a background.
GetPointHeight()Calculates the height of the image in points.
GetPointWidth()Calculates the width of the image in points.
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.Imaging

In this topic