Table of Contents
ResultFileName Property

Gets or sets the result PDF file name.

Syntax
 public static String ResultFileName { get; set; }
Remarks

By default, the conversion result is sent to the client as a file download. Use this property to specify the result file name.

Note this property is only used when RenderAsPDF is manually called. When RenderAsPDF is automatically called, you should use RenderAsPdfAttribute.PdfFileName instead.

See Also