Controls the PDF viewer preferences

Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 6.0.0.0

Syntax

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

Property Value

Type: PdfDocumentViewer

See Also