Page History
...
Public Properties
Property | Description |
---|---|
ColorDepth | Color depth of the image to export. It can be 8, 16, 24, or 32 bits. DATATYPE: Integer. |
EMFDescription | Description for an EMF image. DATATYPE: String. |
FileName | Filename for the created image. DATATYPE: String. |
Height | Height of the image. Custom size only. DATATYPE: Integer. |
ImageQuality | Quality of the image you want to export. It can range from 0-100. DATATYPE: Integer. |
ImageType | Indicates what type of image to generate. Values are: 0 = BMP, 1 = JPG, 2 = EMF, 3 = GIF, or 4 = PNG. DATATYPE: Integer. |
PreserveAspectRatio | Preserves the aspect ratio of the image. Custom size only. DATATYPE: Boolean. |
SaveHTMLFile | Saves the image in HTML file. DATATYPE: Boolean. |
SelectedObjectsOnly | Indicates whether the image you want to create displays only Selected Objects Only. DATATYPE: Boolean. |
Size | Size of the image. Values are: 0 = CurrentZoomLevel, 1 = ActualSize, 2 = FitInWindow, 3 = Custom. DATATYPE: Integer. |
Transparent | Sets the Transparent option for the image. DATATYPE: Boolean. |
VisibleWindowOnly | Indicates that the image displays only the visible window. DATATYPE: Boolean. |
Width | Width of the image. Custom size only. DATATYPE: Integer. |
...