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 > SvgRenderOptions Class : Bounds Property |
public LeadRectD Bounds {get; set;}
'Declaration
Public Property Bounds As LeadRectD
'Usage
Dim instance As SvgRenderOptions Dim value As LeadRectD instance.Bounds = value value = instance.Bounds
@property (nonatomic, assign) LeadRectD bounds
public LeadRectD getBounds() public void setBounds(LeadRectD bounds)
The SVG document will be rendered to fit and center inside this rectangle. SvgRenderOptions.Transform will be applied to this rectangle.
If the value of Bounds is LeadRectD.Empty or has 0 width and 0 height, then the current physical bounds of document (stored in Bounds.Bounds) will be used.
For an example, refer to SvgDocument.Render.