[This is preliminary documentation and is subject to change.]

Get or set the viewer preferences of this document. Viewer preferences instruct the PDF viewer to e.g. hide the toobar or set the initial zoom factor.

Namespace: TallComponents.Web.Pdf
Assembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1

Syntax

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

Remarks

Default is nullNothingnullptra null reference (Nothing in Visual Basic). This means that that no viewer preferences will be included in the PDF document and the PDF viewer will use default settings.

See Also