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

Show in webframe

Bounds Property (SvgRenderOptions)






Gets or sets the destination rectangle, in pixel coordinates.
Syntax
public LeadRectD Bounds {get; set;}
'Declaration
 
Public Property Bounds As LeadRectD
'Usage
 
Dim instance As SvgRenderOptions
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 destination rectangle, in pixel coordinates.The default value is LeadRectD.Empty.
Remarks

The SVG document will be rendered to fit and center inside this rectangle. SvgRenderOptions.Transform will be applied to this rectangle.

If the value of Bounds is LeadRectD.Empty or has 0 width and 0 height, then the current physical bounds of document (stored in Bounds.Bounds) will be used.

Example

For an example, refer to SvgDocument.Render.

Requirements

Target Platforms

See Also

Reference

SvgRenderOptions Class
SvgRenderOptions 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