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

Namespace: TallComponents.PDF.Layout.Navigation
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

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

Remarks

Default = PageDisplay.PositionZoom;

See Also