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

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

Syntax

C#
[SerializableAttribute]
public class ViewerPreferences : Object, 
	ICloneable
Visual Basic
<SerializableAttribute> _
Public Class ViewerPreferences _
	Inherits Object _
	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.Layout..::..Object
    TallComponents.PDF.Layout.Navigation..::..ViewerPreferences

See Also