Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgDocument Class / GetIntrinsicSize Method

In This Topic
    GetIntrinsicSize Method
    In This Topic
    Calculates the intrinsic size of the SVG viewport, in specified units. The following units are supported:
    Syntax
    'Declaration
     
    Public Function GetIntrinsicSize( _
       ByVal units As SvgLengthUnits _
    ) As System.Drawing.SizeF
    public System.Drawing.SizeF GetIntrinsicSize( 
       SvgLengthUnits units
    )

    Parameters

    units

    Return Value

    The intrinsic size of SVG viewport, or System.Drawing.SizeF.Empty if the size is undefined.
    See Also