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

Show in webframe

Resolution Property






Gets or sets the resolution (Dots per inch) of the SVG document.
Syntax
public LeadSizeD Resolution {get; set;}
'Declaration
 
Public Property Resolution As LeadSizeD
'Usage
 
Dim instance As SvgBounds
Dim value As LeadSizeD
 
instance.Resolution = value
 
value = instance.Resolution
@property (nonatomic, assign) LeadSizeD resolution
public LeadSizeD getResolution()
public void setResolution(LeadSizeD resolution)
            
public:
property LeadSizeD Resolution {
   LeadSizeD get();
   void set (    LeadSizeD value);
}

Property Value

The resolution (Dots per inch) of the SVG document.
Remarks

The resolution is not part of the SVG standard. It is required by LEADTOOLS to convert pixel bounds to any logical units. Currently, LEADTOOLS saves this value in custom dpiX and dpiY attributes in the root svg element.

This property is set to the calculated resolution (dots per inch) of the document 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