224 property Object^ actionData;
236 String^ annotname, int32 pageindex, int32 annotindex);
282 property String^ Relationship;
289 property String^ FileName;
296 property String^ DestName;
303 property String^ AnnotName;
310 property int32 PageIndex;
317 property int32 AnnotIndex;
323 property int64 pointer;
353 String^ GetFileName();
369 String^ GetDescription();
426 IBuffer^ GetData(Boolean isRawData);
444 void SetDescription(String^ description);
450 property int64 pointer;
470 void SetFileName(String^ fileName);
483 property int32 PageIndex;
509 property Array<float32>^ Params;
546 property String^ DestName;
548 property Boolean NewWindow;
570 HideAction(
const Array<String^>^ fields, Boolean hide);
572 property Array<String^>^ Fields;
608 LaunchAction(
Attachment^ attachment, String^ fileName, String^ defaultPath, String^ operation, String^ parameters, Boolean newWindow);
613 property String^ FileName;
615 property String^ DefaultPath;
625 property String^ Operation;
627 property String^ Parameters;
629 property Boolean NewWindow;
641 property String^ namedAction;
661 property String^ FileName;
668 property String^ DestName;
689 property Array<String^>^ Fields;
700 property int32 Flags;
718 property Array<String^>^ Fields;
734 URIAction(String^ url, Boolean mapPosition);
736 property String^ Url;
742 property Boolean MapPosition;
777 property uint32 Flags;
791 property float32 FontSize;
Import Forms Data Format (FDF) data into the document's interactive form.
Bit 14. F entry of submitted FDF is an embedded file stream.
Fit the whole content of page on the screen.
Class to represent matrix used for transformation.
Definition: FSBase.h:175
Bit 10. Any submitted field values representing dates are converted to the standard format...
Action()
Default constructor.
Definition: FPDFBase.h:200
Hide or show one or more annotations.
Class to represent date and time.
Definition: FSBase.h:292
Bit 1. Include fields to submit.
Launch an application or open a file.
ActionType
Enumeration for action type.
Definition: FPDFBase.h:61
Fit the content height of page on the screen.
Fit the content width of page on the screen.
Bit 3. Field names and values are submitted in HTML Form format.
Attachment()
Default constructor.
Definition: FPDFBase.h:339
Indicates property DefaultAppearance::TextMatrix is meaningful.
Indicates property DefaultAppearance::TextColor is meaningful.
Whether to search by matching case.
SubmitFormFlags
Enumeration for submitting form flags.
Definition: FPDFBase.h:121
Go to a destination within another document.
Fit the whole page on the screen.
Whether to search by matching whole word.
SaveFlags
Enumeration for document saving flags.
Definition: FPDFBase.h:28
DefaultAppearanceFlags
Enumeration for default appearance flags.
Definition: FPDFBase.h:752
Class to represent named action data.
Definition: FPDFBase.h:635
Class to represent a font object.
Definition: FSBase.h:894
Fit the width of the page on the screen.
Save PDF document with removing security.
Class to represent default appearance data.
Definition: FPDFBase.h:765
Transmit the names and values of selected interactive form fields.
Class to represent URI action data.
Definition: FPDFBase.h:730
Reset selected interactive form fields to their default values.
Class to represent JavaScript action data.
Definition: FPDFBase.h:592
Bit 6. Field names and values are submitted as XFDF.
Bit 2. Submit fields regardless of whether they have a value.
Go to a destination within current document.
Bit 8. Submitted FDF file includes all markup annotations in underlying PDF document.
Whether to search by matching consecutively (for example, "CC" will match twice in "CCC")...
Class to represent the target data of embedded go-to action.
Definition: FPDFBase.h:229
A specific zoom factor is used.
Class to represent go-to action data.
Definition: FPDFBase.h:554
Class to represent hide action data.
Definition: FPDFBase.h:566
Class to represent import-data action data.
Definition: FPDFBase.h:580
Class to represent embedded go-to action data.
Definition: FPDFBase.h:522
Bit 7. Submitted FDF file includes contents as contained in differences entry in the FDF dictionary...
Bit 4. Field names and values are submitted using an HTTP GET request.
Save PDF document by using object stream, in order to reduce the file size.
Save PDF document incrementally.
Fit the height of the page on the screen.
Class to represent PDF attachment.
Definition: FPDFBase.h:335
Bit 9. The document is submitted as PDF.
Fit a particular rectangle on the screen.
Class to represent destination data.
Definition: FPDFBase.h:476
SearchFlag
Enumeration for searching flag.
Definition: FPDFBase.h:44
ZoomMode
Enumeration for zoom mode.
Definition: FPDFBase.h:95
Bit 11. Only those markup annotations whose T entry matches the name of the current user are being su...
Bit 5. Coordinates of the mouse are transmitted as part of the form data.
Universal Resource Identifier, including web pages and other Internet based resources.
Class to represent launch action data.
Definition: FPDFBase.h:604
Go to a destination within embedded another document.
Bit 12. Submitted FDF excludes F entry.
Foxit namespace.
Definition: FPDFAnnot.h:3
Indicates properties DefaultAppearance::Font and DefaultAppearance::FontSize are meaningful.
Class to represent remote go-to action data.
Definition: FPDFBase.h:654
Class to represent action type and data.
Definition: FPDFBase.h:196