Search
ImageExportOptions.ScaleFactor Property
See Also
 



Gets or sets the scaling factor of the exported image.

 Syntax

VB6  Copy Code

Public Property Get ScaleFactor() As Long
Public Property Let ScaleFactor( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_ScaleFactor ()
void put_ScaleFactor (
    int value
)

 Property Value

A long value. The default is 100.

 Remarks

If scaling must be applied to the exported image, set this property to a value different than 100. A ScaleFactor less than 100 produces a smaller image. ScaleFactor greater than 100 produces a bigger image.

 See Also