Overload | Description |
---|---|
Execute(PdfDocument,ProcessingState) | Executes the processing commands for all annotations of PDF document. |
Execute(PdfPage,ProcessingState) | Executes the processing commands for all annotations of PDF page. |
Execute(PdfAnnotation,ProcessingState) | Executes the executor's commands for the specified target. (Inherited from PdfTreeProcessingCommandExecutor<TTarget>) |
Execute(PdfAnnotation) | Executes processing command on the specified target. (Inherited from ProcessingCommand<TTarget>) |