You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Public Methods

MethodDescription

Exports the image according to the set options.

Public Properties

PropertyDescription

Color depth of the image to export. It can be 8, 16, 24, or 32 bits. DATATYPE: Integer.

Description for an EMF image. DATATYPE: String.

Filename for the created image. DATATYPE: String.

Height of the image. Custom size only. DATATYPE: Integer.

Quality of the image you want to export. It can range from 0-100. DATATYPE: Integer.

Indicates what type of image to generate. Values are: 0 = BMP, 1 = JPG, 2 = EMF, 3 = GIF, or 4 = PNG. DATATYPE: Integer.

Preserves the aspect ratio of the image. Custom size only. DATATYPE: Boolean.

Saves the image in HTML file. DATATYPE: Boolean.

Indicates whether the image you want to create displays only Selected Objects. DATATYPE: Boolean.

Size of the image. Values are: 0 = CurrentZoomLevel, 1 = ActualSize, 2 = FitInWindow, 3 = Custom. DATATYPE: Integer.

Sets the Transparent option for the image. DATATYPE: Boolean.

Indicates that the image displays only the visible window. DATATYPE: Boolean.

Width of the image. Custom size only. DATATYPE: Integer.
  • No labels