←Select platform

Size Property

Summary

Gets or sets a value that indicates the physical size in pixels to use when flattening an SVG document.

Syntax
C#
VB
Objective-C
C++
Java
public LeadSizeD Size { get; set; } 
Public Property Size As LeadSizeD 
@property (nonatomic, assign) LeadSizeD size 
public LeadSizeD getSize() 
public void setSize(LeadSizeD size) 
public: 
property LeadSizeD Size { 
   LeadSizeD get(); 
   void set (    LeadSizeD ); 
} 

Property Value

The physical size in pixels to use when flattening an SVG document. The default value is LeadSizeD.Empty.

Remarks

An empty value (LeadSizeD.Empty) or a value with width and height equaling zero will automatically calculate the size of the flattened SVG document from the position and size of the child elements.

Example

For an example, refer to SvgDocument.

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