Enum HTML2PDF.WebPageSettings.ErrorHandling
How to handle objects that failed to load.
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum HTML2PDF.WebPageSettings.ErrorHandling
Fields
Name | Description |
---|---|
e_abort | Abort the conversion process. |
e_ignore | Try to add the object to the final output. |
e_skip | Do not add the object to the final output. |