Gets a reference to the object controlling how the generated PDF is displayed by a PDF viewer.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public ViewerPreferences PdfViewerPreferences { get; }
Visual Basic
Public ReadOnly Property PdfViewerPreferences As ViewerPreferences
	Get
Visual C++
public:
property ViewerPreferences^ PdfViewerPreferences {
	ViewerPreferences^ get ();
}

Property Value

Type: ViewerPreferences

See Also