←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
Java
Objective-C
C++
public LeadSizeD Size { get; set; } 
Public Property Size As Leadtools.LeadSizeD 
@property (nonatomic, assign) LeadSizeD size 
public LeadSizeD getSize() 
public void setSize(LeadSizeD size) 
             
public: 
property Leadtools.LeadSizeD Size { 
   Leadtools.LeadSizeD get(); 
   void set (    Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly