VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI Namespace / WpfPdfNamedActionExecutor Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    WpfPdfNamedActionExecutor Class
    In This Topic
    Executor of "Named" actions that performs execution of "named" action on WpfImageViewer.
    Object Model
    WpfImageViewer WpfPdfNamedActionExecutor
    Syntax
    'Declaration
    
    Public Class WpfPdfNamedActionExecutor
       Inherits WpfPdfImageViewerActionExecutor
    
    
    public class WpfPdfNamedActionExecutor : WpfPdfImageViewerActionExecutor
    
    
    public __gc class WpfPdfNamedActionExecutor : public WpfPdfImageViewerActionExecutor*
    
    
    public ref class WpfPdfNamedActionExecutor : public WpfPdfImageViewerActionExecutor^
    
    
    Remarks

    This executor executes the following actions:

    • NextPage
    • PrevPage
    • FirstPage
    • LastPage

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.PdfActionExecutorBase
          Vintasoft.Imaging.Pdf.Wpf.UI.WpfPdfImageViewerActionExecutor
             Vintasoft.Imaging.Pdf.Wpf.UI.WpfPdfNamedActionExecutor

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also