Returns the value of the FileNameGenerationFlags member of the BlackIceDEVMODE. Represents the value of the 'File Name Generation Method' combo box.
GetFileGenerationMethod(pBlackIceDEVMODE As Long) As Long
Input value - handle to the BlackIceDEVMODE
Return value - File Name Generation Method
|
Use this prefix and extension |
0 |
|
Prefix and extension from the registry |
1 |
|
Prefix and extension from INI file |
2 |
|
Exact filename |
3 |
|
Exact Filename from registry |
4 |
|
Exact Filename from INI |
5 |
|
Use document’s name |
6 |
|
Custom file naming |
7 |
|
Use the document name with the output directory from the INI file |
8 |
|
Use filename from page content |
9 |
NOTE: For 32-bit applications , use pBlackIceDEVMODE as Integer, instead of Long.