Table of Contents
GeneratePageImages Property

Gets or sets a value indicating whether to automatically generate page images.

Syntax
 public Boolean GeneratePageImages { get; set; }
Remarks

When this property is set to true, the PageImages property of the HtmlToPdfResult object returned by ConvertHtml/ConvertUrl methods contains an array of page images.

See Also