Class to represent submit-form action data. More...
Public Member Functions | |
SubmitFormAction (Attachment^ attachment, const Array< String^ >^fields, SubmitFormFlags flags) | |
Constructor to initialize a new instance of class PDF::SubmitFormAction with specific values. | |
Properties | |
Attachment^ | Attachment |
A PDF::Attachment object that specifies the form data that is being submitted. More... | |
Array< String^ >^ | Fields |
A String array that represents names of fields. | |
SubmitFormFlags | Flags |
Flag value that specifies various characteristics of the action. More... | |
Class to represent submit-form action data.
Attachment^ Foxit::PDF::SubmitFormAction::Attachment |
A PDF::Attachment object that specifies the form data that is being submitted.
This field is commonly a URL. Call function Attachment::GetFileName to retrieve URL address.
SubmitFormFlags Foxit::PDF::SubmitFormAction::Flags |
Flag value that specifies various characteristics of the action.
Please refer to enumeration PDF::SubmitFormFlags and this can be one or a combination of its values.