Gets an appropriate identifiable intermediate page name to the document of interest. A page number will be part of the name indicating the page being pursued.
'Declaration
Public Function GetIntermediatePageFileName( _
ByVal As Page, _
ByVal 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.GetIntermediatePageFileName(page, extension)
public System.string GetIntermediatePageFileName(
Page ,
System.string
)
public function GetIntermediatePageFileName(
: Page;
: System.String
): System.String;
public function GetIntermediatePageFileName(
: Page,
: System.String
) : System.String;
public: System.string* GetIntermediatePageFileName(
Page* ,
System.string*
)
public:
System.String^ GetIntermediatePageFileName(
Page^ ,
System.String^
)
Parameters
- page
- Page object referencing one page object within a document.
- extension
- Desired extension for that page.
Return Value
Returns intermediate filename representing that page format.