 | 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
Syntaxpublic enum IsFormAvailableResults
Public Enumeration IsFormAvailableResults
public enum class IsFormAvailableResults
type IsFormAvailableResults
public enum IsFormAvailableResults
Patagames.Pdf.Enums.IsFormAvailableResults = function();
Patagames.Pdf.Enums.IsFormAvailableResults.createEnum('Patagames.Pdf.Enums.IsFormAvailableResults', false);
Members
| Member name | Value | Description |
---|
| Error | -1 |
error, the input parameter not correct, such as hints is null.
|
| NotAvaialble | 0 |
data not available
|
| Available | 1 |
data available
|
| NoFormData | 2 |
No form data.
|
See Also