TiffImageData

Represents the data of a TIFF image contained in a TIFF image file.

public class TiffImageData : ImageData
Public Class TiffImageData
    Inherits ImageData

Inheritance: ObjectResourceImageDataTiffImageData

Licensing Info

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

Properties

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

Methods

Draw(DocumentWriter)Draws the TIFF image data to the given DocumentWriter object.
Draw(OperatorWriter, Single, Single, Single, Single)Draws the TIFF 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)
GetPage()Returns a Page object containing the image as a background.
(Inherited from ImageData)
GetPage(Single)Returns a Page object containing the image as a background.
(Inherited from ImageData)
GetPointHeight()Calculates the height of the image in points.
(Inherited from ImageData)
GetPointWidth()Calculates the width of the image in points.
(Inherited from ImageData)
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