Property ImageSaveSize
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
ImageSaveSize
Get/Set the default image size (height pixels) when saving in a raster image(BMP,EMF etc...) using the SaveAs(string, Image) method.
public int ImageSaveSize { get; set; }
Property Value
Remarks
Default size:768 height in pixels. The width is automatically calculated according to the aspect ratio of the control window.