Description
Get/set fit page to paper option.
Syntax
optprint.FitToPage {=} True | False |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
optPrint.FitTpPage = False
See also