![]() |
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 : SetBounds Method |
'Usage
Dim instance As SvgDocument Dim bounds As SvgBounds instance.SetBounds(bounds)
- (BOOL)setBounds:(LTSvgBounds *)bounds error:(NSError **)error
public void setBounds(SvgBounds bounds)
For more information about flat SVG documents and bounds and resolution, refer to SVG Size, Bounds and Flat.
To calculate the physical bounds of a document based on the child elements, use CalculateBounds.