Jpeg2000ImageData
Represents the data of a JPEG2000 image.
public class Jpeg2000ImageData : ImageData
Public Class Jpeg2000ImageData
    Inherits ImageData
Inheritance: ObjectResourceImageDataJpeg2000ImageData
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.
Constructors
| Jpeg2000ImageData(Byte[]) | Initializes a new instance of the Jpeg2000ImageData class. | 
| Jpeg2000ImageData(Stream) | Initializes a new instance of the Jpeg2000ImageData class. | 
| Jpeg2000ImageData(String) | Initializes a new instance of the Jpeg2000ImageData class. | 
Properties
| Height | Gets the height of the JPEG2000 image. | 
| HorizontalDpi | Gets the horizontal dpi (also known as pixels per inch) of the image data. (Inherited from ImageData) | 
| Interpolate | Gets or set a value indicating is image interpolation should be used by the PDF viewer when viewing the Image. (Inherited from ImageData) | 
| RequiredPdfObjects | Gets the number of PDF objects required by the JPEG2000 image data. | 
| ResourceType | Gets the type of resource. (Inherited from ImageData) | 
| ScaleX | Gets the X scale of the image. | 
| ScaleY | Gets the Y scale of the image. | 
| 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. (Inherited from ImageData) | 
| Width | Gets the width of the JPEG2000 image. | 
Methods
| Draw(DocumentWriter) | Draws the JPEG2000 image data to the given DocumentWriter object. | 
| Draw(OperatorWriter, Single, Single, Single, Single) | Draws the image data to the given PageWriter object. (Inherited from ImageData) | 
| 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) | 
| IsValid(Byte[]) | Returns a value indicating if the provides file header is valid for a JPEG2000 image. | 
| IsValid(String) | Returns a value indicating if the provides file extension is valid for a JPEG2000 image. | 
| ToString() | Returns a String that represents the current Object . (Inherited from Object) |