Initializes a new instance of the SphericalFillAdapter class.

Namespace:  PerpetuumSoft.Reporting.Export.Xps.FillAdapters
Assembly:  PerpetuumSoft.Reporting.Export.Xps (in PerpetuumSoft.Reporting.Export.Xps.dll) Version: 3.9.0.1

Syntax

C#
public SphericalFillAdapter(
	Options documentOptions
)
Visual Basic (Declaration)
Public Sub New ( _
	documentOptions As Options _
)
Visual C++
public:
SphericalFillAdapter(
	Options^ documentOptions
)

Parameters

documentOptions
Type: PerpetuumSoft.Reporting.Export.Xps..::.Options

See Also