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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Properties
Height | Gets the pixel height of the image data. |
HorizontalDpi | Gets the horizontal dpi (also known as pixels per inch) of the image data. |
Interpolate | Gets or set a value indicating is image interpolation should be used by the PDF viewer when viewing the Image. |
RequiredPdfObjects | Gets the number of PDF objects required by the resource. (Inherited from Resource) |
ResourceType | Gets the type of resource. |
ScaleX | Gets the X scale of the image data. |
ScaleY | Gets the Y scale of the image data. |
Uid | Gets the unique ID of the resource. (Inherited from Resource) |
VerticalDpi | Gets the vertical dpi (also known as pixels per inch) of the image data. |
Width | Gets 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) |