Breadcrumbs

Output

Output of the generated document as character string, in a file or as feedback as data.

Syntax

  Func_FbMnFPDF_Output.bmp

C++
METHOD PUBLIC Output : BOOL
VAR_INPUT
    Name : STRING;
    Dest : STRING := 'F';
END_VAR


Parameters

Parameter

Description

Name 

Name of the file. 

Dest 

Determines how the generated document is to be output. Possible values for the output are (case insensitive):

  • F: Saves the document in the local file specified with the file name.

  • S: Returns the generated document as character string. The specified file name is irrelevant.


If the output mode is not explicitly defined, but a file name is specified, the output mode F is used. If no parameter was specified, the output mode is S 

Return value

Status of the call. 


Example



Requirements



Remarks