Settings used to control the way the document is displayed in a PDF viewer.

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

Syntax

C#
public class ViewerPreferences : ICloneable
Visual Basic
Public Class ViewerPreferences _
	Implements ICloneable

Remarks

If no viewer preferences are set, the user defaults will be used.

You can override the user defaults for a document by assigning a new instance of this class to the ViewerPreferences property.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Navigation..::..ViewerPreferences

See Also