Create a FixedPage instance for this page.

Namespace: TallComponents.PDF.Rasterizer
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.0

Syntax

C#
public FixedPage ConvertToWpf(
	RenderSettings renderSettings,
	ConvertToWpfOptions convertOptions
)
Visual Basic
Public Function ConvertToWpf ( _
	renderSettings As RenderSettings, _
	convertOptions As ConvertToWpfOptions _
) As FixedPage

Parameters

renderSettings
Type: TallComponents.PDF.Rasterizer.Configuration..::..RenderSettings
The rendersetting that will be used. These basically influence the graphical aspects of the result, such as the quality of the graphics, font mapping and which types of elements are converted.
convertOptions
Type: TallComponents.PDF.Rasterizer..::..ConvertToWpfOptions
The conversion options. These control coversion that are not covered by the rendersettings.

Return Value

A FixedPage instance.

Remarks

Unlicensed versions of the software will only produce correct output for the first page of a document. In order to avoid this effects, one may set the ConvertToImages option of the convertOptions, at the cost of loosing resolution independence.

See Also