Click or drag to resize

IsFormAvailableResults Enumeration

The result of the process which check availabilty the forms inside PDF.

Namespace:  Patagames.Pdf.Enums
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public enum IsFormAvailableResults
Members
  Member nameValueDescription
Error-1 error, the input parameter not correct, such as hints is null.
NotAvaialble0 data not available
Available1 data available
NoFormData2 No form data.
See Also