When PDFViewer is enabled, PDF files can be loaded and navigated in IEViewer

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool PDFViewer { get; set; }
Public Property PDFViewer As Boolean
	Get
	Set
public:
property bool PDFViewer {
	bool get ();
	void set (bool value);
}

See Also