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
-
"PrintScaling" - Set this to "None" to give a hint to the
pdf consumer application to not scale the image.
Any other value here will allow print scaling.
Bugs/Features/Comments:
-
See Also:
See Also
-
FCPdf Function List
Back to Top