Click or drag to resize

PdfFocusException Property

Get an exception details in case of conversion failed.

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.3.28
Syntax
public Exception Exception { get; }

Property Value

Exception
Remarks
This is a variable of standard Exception class.

For example, if you get an error during PDF transformation, please take a look at the Message to see error's details.

See Also