←Select platform

SvgRenderOptions Constructor

Summary

Initializes a new instance of SvgRenderOptions

Syntax
C#
VB
Objective-C
C++
Java
Public Function New() 
- (instancetype)init 
public SvgRenderOptions() 
public: 
SvgRenderOptions(); 

Remarks

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

Example

For an example, refer to SvgDocument.Render.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly