Table of Contents
AutoFormsAuthentication Property

Gets or sets a value indicating whether MVCToPDF should impersonate the current forms authentication user identify.

Syntax
 public static Boolean AutoFormsAuthentication { get; set; }
Remarks

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

See Also