| Method Summary |
|
/*optional*/
DotsPerInch | GetDotsPerInch
()
Get method for attribute
"DotsPerInch"
The dots per inch of the output image. |
|
/*optional*/
RasterDepth | GetImageDepth
()
Get method for attribute
"ImageDepth"
The depth of the output image. |
| double | GetImageHeight
()
Get method for attribute
"ImageHeight"
The height of the output image in inches. |
| double | GetImageWidth
()
Get method for attribute
"ImageWidth"
The width of the output image in inches. |
| RasterType | GetRasterType
()
Returns a RasterType instance that indicates the type of the raster image export instructions.
|
| void | SetDotsPerInch
(
/*optional*/
DotsPerInch value)
Set method for attribute
"DotsPerInch"
The dots per inch of the output image. |
| void | SetImageDepth
(
/*optional*/
RasterDepth value)
Set method for attribute
"ImageDepth"
The depth of the output image. |
| void | SetImageHeight
(double value)
Set method for attribute
"ImageHeight"
The height of the output image in inches. |
| void | SetImageWidth
(double value)
Set method for attribute
"ImageWidth"
The width of the output image in inches. |