PrintJob.PrintToFileName Property

Gets or sets the filename or path where the output will be saved.

public string PrintToFileName { get; set; }
Public Property PrintToFileName As String

Property Value

String

Licensing Info

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

Remarks

If this property is set with a valid filename, raw printer data will be saved instead of actual printing.

See Also

PrintJob
ceTe.DynamicPDF.Printing

In this topic