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

fpl
Returns the PDF rendering settings.

Glossary Item Box

Returns settings of current PdfRenderingExtension 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 PDF rendering settings.

Return Value

System.Collections.Specialized.NameValueCollection of PdfRenderingExtension settings.

See Also