XHtmlOptions DoMarkup Property. Whether HTML pages are marked up before conversion to PDF. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Value Read Only Description
[C#] bool

[Visual Basic]
Boolean
true No Whether HTML pages are marked up before conversion to PDF.

 

   

Notes
 

This property determines whether HTML pages are marked up before conversion to PDF.

Markup allows common HTML problems to be fixed automatically. It is also necessary for enabling page break CSS tags, for adding fields and for tagged content to be identified.

However if you are not using these features then skipping markup can save time for some documents.

 

   

Example
 

None.