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 : SvgRenderOptions Constructor |
public SvgRenderOptions()
'Declaration
Public Function New()
'Usage
Dim instance As New SvgRenderOptions()
- (instancetype)init
public SvgRenderOptions()
public:
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.