Sets the ScaleFactor to a value that makes the whole diagram fit in the rectangle defined by width and height when printed.
SyntaxVB6
Copy Code
|
|---|
Public Sub ScaleTo( _ |
C++
Copy Code
|
|---|
public: |
RemarksIf contentOnly is true, just the area that contains diagram items is fitted in the specified rectangle; if false, the whole document area, as defined via SetDocSize, is fitted.
See Also