Gets or sets the scaling factor of the exported image.
SyntaxVB6
Copy Code
|
|---|
Public Property Get ScaleFactor() As Long |
C++
Copy Code
|
|---|
public: |
A long value. The default is 100.
RemarksIf 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