GetPageFileName Method (C1dExporterBase)
 
            
                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  As Integer _
) As String
             
        
            
            protected string GetPageFileName( 
   int 
)
             
        
             
        
            Parameters
- pageNo
 
- The 1-based page number.
 
            
            Return Value
The output file name.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also