Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Svg Assembly > Leadtools.Svg Namespace > SvgDocument Class : Resize Method |
public void Resize( double scaleFactor )
'Declaration
Public Sub Resize( _ ByVal scaleFactor As Double _ )
'Usage
Dim instance As SvgDocument Dim scaleFactor As Double instance.Resize(scaleFactor)
- (BOOL)resize:(double)scaleFactor error:(NSError **)error
public void resize(double scaleFactor)
public: void Resize( double scaleFactor )
This method works by updating the view box of the internal SVG document and will not resize each item physically. The SvgDocument must be flat. When this value returns, the value of Bounds will be updated with the new size.