Pdf |
Represents a collection of PdfActions.
![]() |
---|
This collection is implemented as singly linked list and therefore methods that use random access (index) are an O(n) operations, where n is Count. |
The PdfActionCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddGoToPageView(PdfDestination) | Adds a new PdfGoToPageViewAction with the explicit destination to the PdfActionCollection. |
![]() | AddGoToPageView(String) | Adds a new PdfGoToPageViewAction with the named destination to the PdfActionCollection. |
![]() | AddGoToPageView(PdfPage, PdfDestinationViewType, NullableDouble) | Adds a new PdfGoToPageViewAction with the explicit destination to the PdfActionCollection. parameters represent the following values depending on the viewType parameter:
|
![]() | AddImportFormData | Adds a new PdfImportFormDataAction with the import data file path to the PdfActionCollection. |
![]() | AddOpenFile | Adds a new PdfOpenFileAction to the PdfActionCollection. |
![]() | AddOpenWebLink | Adds a new PdfOpenWebLinkAction to the PdfActionCollection. |
![]() | AddResetForm | Adds a new PdfResetFormAction to the PdfActionCollection. |
![]() | AddSubmitForm | Adds a new PdfSubmitFormAction with the Web server script's URL to the PdfActionCollection. |
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) |