PDFPrintManagerAddUserOptionNUp Method |
Adds an option that allows the user to select if pages are printed per sheet. Use of this option is mutally exlusive
with using the standard print option Windows.Graphics.Printing.StandardPrintTaskOptions.NUp, where this option may be
preferred because it allows PDFNet to offer an accurate print preview, as well as offer the option for every printer
and not just those who's drivers support NUp.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void AddUserOptionNUp()
Public Sub AddUserOptionNUp
public:
virtual void AddUserOptionNUp() sealed
function AddUserOptionNUp();
See Also