PageStringFormat Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
The format string for displaying page number as a string. This string is in the .NET composite format, where {0} defines the page number.

Namespace: PDFTron.SilverDox.Controls
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public string PageStringFormat { get; set; }
Visual Basic
Public Property PageStringFormat As String
	Get
	Set
Visual C++
public:
property String^ PageStringFormat {
	String^ get ();
	void set (String^ value);
}

See Also