ActiveReports Developer 7
GetSettings Method
See Also 
GrapeCity.ActiveReports.Export.Image.v7 Assembly > GrapeCity.ActiveReports.Export.Image.Page Namespace > Settings Class : GetSettings Method

Glossary Item Box

Returns settings of ImageRenderingExtension.

Syntax

Visual Basic (Declaration) 
Public Function GetSettings() As System.Collections.Specialized.NameValueCollection
C# 
public System.Collections.Specialized.NameValueCollection GetSettings()

Return Value

System.Collections.Specialized.NameValueCollection of ImageRenderingExtension settings.

See Also