ActiveReports Developer 7
GetSupportedSettings(Boolean) Method
See Also 
GrapeCity.ActiveReports.Export.Image.v7 Assembly > GrapeCity.ActiveReports.Export.Image.Page Namespace > ImageRenderingExtension Class > GetSupportedSettings Method : GetSupportedSettings(Boolean) Method

fpl
Returns the image rendering settings.

Glossary Item Box

Returns settings of current GrapeCity.ActiveReports.Export.Image.Page.ImageRenderingExtension instance.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetSupportedSettings( _
   ByVal fpl As System.Boolean _
) As ISettings
C# 
public ISettings GetSupportedSettings( 
   System.bool fpl
)

Parameters

fpl
Returns the image rendering settings.

Return Value

settings of current ImageRenderingExtension instance.

See Also