Error processing SSI file
LEADTOOLS Svg (Leadtools.Svg assembly)

Show in webframe

Size Property






Gets or sets a value that indicates the physical size in pixels to use when flattening an SVG document.
Syntax
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)
            
public:
property LeadSizeD Size {
   LeadSizeD get();
   void set (    LeadSizeD value);
}

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

See Also

Reference

SvgFlatOptions Class
SvgFlatOptions Members

Error processing SSI file
  Leadtools.Svg requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features