PrintJobPrintOptions.SetPaperSourceByName

Sets the paper source (tray) to use based on its name.

public bool SetPaperSourceByName(string name)
Function SetPaperSourceByName(name As String) As Boolean

Parameters

name
String

The name of the paper source (tray) to set.

Returns

Boolean

A boolean value indicating if the paper source (tray) name is valid for this printer.

Licensing Info

This method is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:

Remarks

If the specified paper source (tray) is not supported by the printer, the paper source (tray) will not be changed and this method will return false.

See Also

PrintJobPrintOptions
ceTe.DynamicPDF.Printing

In this topic