Specifies how the page is displayed after the destination is resolved.

Namespace: TallComponents.PDF.Navigation
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public PageDisplay PageDisplay { get; set; }
Visual Basic
Public Property PageDisplay As PageDisplay
	Get
	Set

Remarks

Default = PageDisplay.PositionZoom;

See Also