IgnoreErrors Property (SaveAsImageOptions)
In This Topic
Gets or sets a value indicating whether to ignore errors in PDF content stream if possible.
The default is true.
Syntax
'Declaration
Public Property IgnoreErrors As System.Boolean
public System.bool IgnoreErrors {get; set;}
See Also