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

Glossary Item Box

Returns settings of current PdfRenderingExtension instance.

Syntax

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

Return Value

System.Collections.Specialized.NameValueCollection of PdfRenderingExtension settings.

See Also