Table of Contents
GenerateTags Property

Gets or sets a value indicating whether to generate tagged PDF file.

Syntax
 public Boolean GenerateTags { get; set; }
Remarks

By default the PDF converter generates untagged PDF file to reduce the result PDF file size. Set this property to true to generate tagged PDF file.

See Also