Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Svg Assembly > Leadtools.Svg Namespace > SvgBounds Structure : Resolution Property |
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)
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.
For an example, refer to SvgDocument.