ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Image Assembly / GrapeCity.ActiveReports.Export.Image.Page Namespace / ImageRenderingExtension Class / GetSupportedSettings Method / GetSupportedSettings(Boolean) Method
Returns the image rendering settings.

In This Topic
    GetSupportedSettings(Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetSupportedSettings( _
       ByVal fpl As Boolean _
    ) As ISettings
    public ISettings GetSupportedSettings( 
       bool fpl
    )

    Parameters

    fpl
    Returns the image rendering settings.

    Return Value

    settings of current ImageRenderingExtension instance.
    See Also