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

Show in webframe

Bounds Property (SvgBounds)






Gets or sets the physical bounds, in pixels, of this SVG document.
Syntax
public LeadRectD Bounds {get; set;}
'Declaration
 
Public Property Bounds As LeadRectD
'Usage
 
Dim instance As SvgBounds
Dim value As LeadRectD
 
instance.Bounds = value
 
value = instance.Bounds
@property (nonatomic, assign) LeadRectD bounds
public LeadRectD getBounds()
public void setBounds(LeadRectD bounds)
            
public:
property LeadRectD Bounds {
   LeadRectD get();
   void set (    LeadRectD value);
}

Property Value

The physical bounds, in pixels, of this SVG document.
Remarks

This property is set to the calculated bounds in physical units (pixels) by SvgDocument.CalculateBounds.

Example

For an example, refer to SvgDocument.

Requirements

Target Platforms

See Also

Reference

SvgBounds Structure
SvgBounds 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