Namespace: iTextSharp.text.pdf.intern
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public int ViewerPreferences { set; }
Visual Basic
Public WriteOnly Property ViewerPreferences As Integer
	Set
Visual C++
public:
virtual property int ViewerPreferences {
	void set (int value) sealed;
}

Implements

IPdfViewerPreferences..::..ViewerPreferences

See Also