Prizm Content Connect
GetAlternateIntermediatePageFileName Method






Page object referencing one page object within a document.
Desired extension for that page.
Gets an appropriate identifiable intermediate alternate page name to the document of interest. A page number will be part of the name indicating the page being pursued. Primarily to be used when an intermediate file name may be conflicted with another operation.
Syntax
'Declaration
 
Public Function GetAlternateIntermediatePageFileName( _
   ByVal page As Page, _
   ByVal extension As System.String _
) As System.String
'Usage
 
Dim instance As ResultCache
Dim page As Page
Dim extension As System.String
Dim value As System.String
 
value = instance.GetAlternateIntermediatePageFileName(page, extension)
public System.string GetAlternateIntermediatePageFileName( 
   Page page,
   System.string extension
)
public function GetAlternateIntermediatePageFileName( 
    page: Page;
    extension: System.String
): System.String; 
public function GetAlternateIntermediatePageFileName( 
   page : Page,
   extension : System.String
) : System.String;
public: System.string* GetAlternateIntermediatePageFileName( 
   Page* page,
   System.string* extension
) 
public:
System.String^ GetAlternateIntermediatePageFileName( 
   Page^ page,
   System.String^ extension
) 

Parameters

page
Page object referencing one page object within a document.
extension
Desired extension for that page.

Return Value

Returns intermediate alternate filename representing that page format.
See Also

Reference

ResultCache Class
ResultCache Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback