Gets the file name (with path) for the file containing the specified page. Used only for export formats that save a page per file (e.g. TIFF).

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected string GetPageFileName(
	int pageNo
)
Visual Basic
Protected Function GetPageFileName ( _
	pageNo As Integer _
) As String

Parameters

pageNo
Type: System..::..Int32
The 1-based page number.

Return Value

The output file name.

See Also