LinkGetDestinationRectangle Method (Resolution, RenderingSettings)

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Gets linked content's destination rect.

Namespace:  Apitron.PDF.Rasterizer.Navigation
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public Rectangle GetDestinationRectangle(
	Resolution resolution,
	RenderingSettings renderingSettings
)

Parameters

resolution
Type: Apitron.PDF.Rasterizer.ConfigurationResolution
Resolution of the page to calculate the location for.
renderingSettings
Type: Apitron.PDF.Rasterizer.ConfigurationRenderingSettings
The rendering settings object, should be the same as used for corresponding Render(RenderingSettings, ErrorLogger) method call, if any.

Return Value

Type: Rectangle
Rectangular area where the linked content is located.
See Also

Reference