C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Export Namespace / ImageExporter Class / GetPageFileName Method
The 1-based page number.

In This Topic
GetPageFileName Method (ImageExporter)
In This Topic
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).
Syntax
'Declaration
 
Protected Function GetPageFileName( _
   ByVal pageNo As Integer _
) As String
 

Parameters

pageNo
The 1-based page number.

Return Value

The output file name.
See Also