Aspose::Pdf::Facades::PdfFileSecurity::set_AllowExceptions method

PdfFileSecurity::set_AllowExceptions method

If this value set to true, exception will be thrown on opearation failure. Else, method returns false on failure and last exception can be checked with LastException property.

void Aspose::Pdf::Facades::PdfFileSecurity::set_AllowExceptions(bool value)

Deprecated

This property is deprecated and can not be used to allow throwing exceptions.

See Also