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

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

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.Web.Pdf..::..ViewerPreferences

See Also