Pdf |
Represents a collection of PdfField's actions performed when the mouse button is released inside the field's annotation active area.
This collection also exposes actions for other trigger events (beside mouse button release) via MouseEnter, MouseExit, MouseDown, OnFocus and OnBlur properties.
The PdfFieldActionCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | MouseDown | (Optional; PDF 1.2) An action that shall be performed when the mouse button is pressed inside the field's annotation active area. |
![]() | MouseEnter | (Optional; PDF 1.2) An action that shall be performed when the cursor enters the field's annotation active area. |
![]() | MouseExit | (Optional; PDF 1.2) An action that shall be performed when the cursor exits the field's annotation active area. |
![]() | OnBlur | (Optional; PDF 1.2; widget annotations only) An action that shall be performed when the field's annotation loses the input focus. |
![]() | OnFocus | (Optional; PDF 1.2; widget annotations only) An action that shall be performed when the field's annotation receives the input focus. |
Name | Description | |
---|---|---|
![]() | GetArray |
Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions) |
![]() | GetArray |
Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) |
![]() | GetDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) |
![]() | GetOrAddArray |
Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions) |
![]() | GetOrAddDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) |