Goto: 4C Home | 4C Docs | 4C External Libraries Home | FCPdf Home | FCPdf Function List DocSetOption()

DocSetOption()

Purpose:
FCPdf::DocSetOption() sets a global document option.
Usage:
rc = FCPdf::DocSetOption(<docident>,<optname>,<optval>);
Arguments:

integer <docident> - A valid docident

alpha <optname> - The name of the option to set

alpha <optvalue> - The value to set the option to.
Returns:
Returns
Where Used:
FCPdf::DocSetOption() can be called anytime you have a valid <docident> but should be called as soon as possible after creating the document.
Example:
Description:
FCPdf::DocSetOption() sets a global document option.

Options and values that are currently recognized are
Bugs/Features/Comments:
See Also: See Also
FCPdf Function List


Back to Top