←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.