PrintJobPrintOptions.SetPaperSizeByName
Sets the size of paper to use based on its name.
public bool SetPaperSizeByName(string name)
Function SetPaperSizeByName(name As String) As Boolean
Parameters
- name
- String
The name of the paper size to set.
Returns
A boolean value indicating if the paper size 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:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF PrintManager selected.
- A DynamicPDF PrintManager for .NET v4.X Developer license.
Remarks
If the specified paper size is not supported by the printer, the paper size will not be changed and this method will return false.