SubmitFormAction

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

SignatureDescription
Flags()intCalls Flags on this SubmitFormAction instance.
Flags(value: int)Calls Flags(value) on this SubmitFormAction instance.
Url()Aspose::Pdf::FileSpecificationCalls Url on this SubmitFormAction instance.
Url(value: Aspose::Pdf::FileSpecification)Calls Url(value) on this SubmitFormAction instance.
ToString()std::stringCalls ToString on this SubmitFormAction instance.

See Also