Aspose::Pdf::Annotations::SubmitFormAction class
Contents
[
Hide
]SubmitFormAction class
Class which describes submit-form action.
class SubmitFormAction : public Aspose::Pdf::Annotations::PdfAction
Methods
Method | Description |
---|---|
get_Flags() | Gets flagas of submit action. |
get_Url() | Destination URL. |
set_Flags(int32_t) | Sets flagas of submit action. |
set_Url(System::SharedPtr<FileSpecification>) | Destination URL. |
SubmitFormAction() | Initializes SubmitFormAction object. |
Fields
Field | Description |
---|---|
static constexpr CanonicalFormat | If set, any submitted field values representing dates shall be converted to the standard format. |
static constexpr EmbedForm | If set, the F entry of the submitted FDF shall be a file specification containing an embedded file stream representing the PDF file from which the FDF is being submitted. |
static constexpr ExclFKey | If set, the submitted FDF shall exclude the F entry. |
static constexpr ExclNonUserAnnots | If set, it shall include only those markup annotations whose T entry matches the name of the current user. |
static constexpr Exclude | If clear, the Fields array specifies which fields to include in the submission. |
static constexpr ExportFormat | If set, field names and values shall be submitted in HTML Form format. |
static constexpr GetMethod | If set, field names and values shall be submitted using an HTTP GET request. |
static constexpr IncludeAnnotations | If set, the submitted FDF file shall include includes all markup annotations in the underlying PDF document. |
static constexpr IncludeAppendSaves | If set, the submitted FDF file shall include the contents of all incremental updates. |
static constexpr IncludeNoValueFields | If set, all fields designated by the Fields array and the Include/Exclude flag shall be submitted. |
static constexpr SubmitCoordinates | If set, the coordinates of the mouse click that caused the submit-form action shall be transmitted as part of the form data. |
static constexpr SubmitPdf | If set, the document shall be submitted as PDF, using the MIME content type application/pdf. |
static constexpr Xfdf | If set, field names and values shall be submitted as XFDF. |
See Also
- Class PdfAction
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++