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

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetSupportedSettings() As ISettings
C# 
public ISettings GetSupportedSettings()

Return Value

settings of current ImageRenderingExtension instance.

See Also