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 > SvgFlatOptions Class : Size Property |
public LeadSizeD Size {get; set;}
'Declaration
Public Property Size As LeadSizeD
'Usage
Dim instance As SvgFlatOptions Dim value As LeadSizeD instance.Size = value value = instance.Size
@property (nonatomic, assign) LeadSizeD size
public LeadSizeD getSize() public void setSize(LeadSizeD size)
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.
For an example, refer to SvgDocument.