Initializes a new instance of SvgRenderOptions
This constructor initializes the members of SvgRenderOptions as follows:
| Member | Value | 
|---|---|
| Bounds | 
             An empty Leadtools.LeadRectD, which means the current physical bounds of the document (Bounds.Bounds) will be used  | 
    
| ClipBounds | 
             An empty rectangle used when rendering the complete document  | 
    
| Transform | 
             Identity Leadtools.LeadMatrix  | 
    
| UseBackgroundColor | 
             true  | 
    
| BackgroundColor | 
             White color  | 
    
For an example, refer to SvgDocument.Render.