SubmitFormAction
Overview
SubmitFormAction is a class in Aspose.PDF FOSS for C++.
This class provides 5 methods for working with SubmitFormAction objects in C++ programs.
Available methods include: Flags, ToString, Url.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
Flags() → int | Calls Flags on this SubmitFormAction instance. |
Flags(value: int) | Calls Flags(value) on this SubmitFormAction instance. |
Url() → Aspose::Pdf::FileSpecification | Calls Url on this SubmitFormAction instance. |
Url(value: Aspose::Pdf::FileSpecification) | Calls Url(value) on this SubmitFormAction instance. |
ToString() → std::string | Calls ToString on this SubmitFormAction instance. |