GetSaveAsOptionDefStringAtPos

This method retrieves the default values of the Save As Option dialog. This method can get the default string values in an array. Use the GetSaveAsOptionDefaultValue method to get the default values of numeric types. The default value means that the Save As dialog uses this value when it will be displayed.

 

GetSaveAsOptionDefStringAtPos (pDevMode As Long, iSaveAsProp As Long, lPos As Long) As String

 

Input value pDevMode:       - handle to the BlackIceDEVMODE.

Input value iSaveAsProp:   - the string property. Available values:

enumSaveAsStringProps.SAVEAS_PDF_FORCEFONT (8)

enumSaveAsStringProps.SAVEAS_PDF_FORBIDFONT (9)

enumSaveAsStringProps.SAVEAS_HTML_FORCEFONT (11)

enumSaveAsStringProps.SAVEAS_HTML_FORBIDFONT (12)

enumSaveAsStringProps.SAVEAS_REDIRECT_PRINTER (13)

 

 

Available values:

SAVEAS_PDF_FORCEFONT: element of the force to embed font on the Font tab of the PDF option dialog.

SAVEAS_PDF_FORBIDFONT: element of the forbid to embed font on the Font tab of the PDF option dialog.

SAVEAS_HTML_FORCEFONT: element of the force to embed font on the Font tab of the HTML option dialog.

SAVEAS_HTML_FORBIDFONT: element of the forbid to embed font on the Font tab of the HTML option dialog.

SAVEAS_REDIRECT_PRINTER: Redirect printer name at the specified position.

Input value lPos: zero based integer value. This value specifies the iPosition-th element in the array.

 

Return value: - The value of the selected property.