Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Public Properties

PropertyDescription
ColorDepthColor depth of the image to export. It can be 8, 16, 24, or 32 bits. DATATYPE: Integer.
EMFDescriptionDescription for an EMF image. DATATYPE: String.
FileNameFilename for the created image. DATATYPE: String.
HeightHeight of the image. Custom size only. DATATYPE: Integer.
ImageQualityQuality of the image you want to export. It can range from 0-100. DATATYPE: Integer.
ImageTypeIndicates what type of image to generate. Values are: 0 = BMP, 1 = JPG, 2 = EMF, 3 = GIF, or 4 = PNG. DATATYPE: Integer.
PreserveAspectRatioPreserves the aspect ratio of the image. Custom size only. DATATYPE: Boolean.
SaveHTMLFileSaves the image in HTML file. DATATYPE: Boolean.
SelectedObjectsOnlyIndicates whether the image you want to create displays only Selected Objects Only. DATATYPE: Boolean.
SizeSize of the image. Values are: 0 = CurrentZoomLevel, 1 = ActualSize, 2 = FitInWindow, 3 = Custom. DATATYPE: Integer.
TransparentSets the Transparent option for the image. DATATYPE: Boolean.
VisibleWindowOnlyIndicates that the image displays only the visible window. DATATYPE: Boolean.
WidthWidth of the image. Custom size only. DATATYPE: Integer.

...