UseWKHtmlToPdfAttribute class

namespace: Serenity.Reporting   assemblySerenity.Net.Services

Marks a report to determine if it should use WKHTML instead of another converter, e.g. Puppeeteer etc. (only if configured in service provider).

[AttributeUsage(AttributeTargets.All)]
public class UseWKHtmlToPdfAttribute : Attribute

Public Members

name description
UseWKHtmlToPdfAttribute(…) Creates a new instance of the attribute
Value { get; } Gets the value

See Also