PdfAOptionsBase.ErrorAction

PdfAOptionsBase.ErrorAction property

Gets or sets the action to be taken for objects that cannot be converted.

public ConvertErrorAction ErrorAction { get; set; }

Property Value

The action to be taken when an object in a document structure cannot be converted. The value of this property is a ConvertErrorAction enumeration.

See Also