Click or drag to resize

DocumentRendererErrorOccurred Property

Gets or sets a value indicating whether an error occurred in the process of rendering a page. ErrorOccurred will be cleared before rendering begins.

Namespace:  Atalasoft.PdfDoc.Generating.Rendering
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected bool ErrorOccurred { get; set; }

Property Value

Type: Boolean
true if an error occurred; otherwise, false.
See Also