JpegToPdfPageEventArgs Class |
Namespace: Atalasoft.Imaging.Codec.Pdf
The JpegToPdfPageEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| JpegToPdfPageEventArgs |
Constructs a new JpegToPdfPageEventArgs class.
|
| Name | Description | |
|---|---|---|
| ImageSize |
Gets the size of the image in PDF page units (1/72 of an inch).
| |
| PageBorder |
The border around the image on the page in PDF page units (1/72 of an inch).
| |
| PageSize |
The size of the resulting page in PDF page units (1/72 of an inch).
| |
| SizeMode |
Sets or gets how the image will sit in the page.
| |
| Stream |
Gets the stream that contains the JPEG image being translated.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |