[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.GcSvgDocument.GetIntrinsicSize

GetIntrinsicSize Method

GetIntrinsicSize(SvgLengthUnits)

Calculates the intrinsic size of the SVG viewport, in specified units. The following units are supported:

Declaration
public SizeF GetIntrinsicSize(SvgLengthUnits units)
Public Function GetIntrinsicSize(units As SvgLengthUnits) As SizeF
Parameters
Type Name Description
SvgLengthUnits units
Returns
Type Description
SizeF

The intrinsic size of SVG viewport, or Empty if the size is undefined.