ClassSyncCurrentBookmarkItemCommand
Class
Command representing the action of synchronizing to the instance related to the viewer's current page.
Definition
Namespace:Telerik.UI.Xaml.Controls.PdfViewer.Commands
Assembly:Telerik.WinUI.Controls.PdfViewer.dll
Syntax:
cs-api-definition
public class SyncCurrentBookmarkItemCommand : FixedDocumentViewerCommandBase, ICommand
Inheritance: objectFixedDocumentViewerCommandBaseSyncCurrentBookmarkItemCommand
Implements:
Inherited Members
Constructors
SyncCurrentBookmarkItemCommand(FixedDocumentViewerBase)
Initializes a new instance of the SyncCurrentBookmarkItemCommand class.
Declaration
cs-api-definition
public SyncCurrentBookmarkItemCommand(FixedDocumentViewerBase fixedDocumentViewerBase)
Parameters
fixedDocumentViewerBase
Instance of the document viewer the command will be applied for.
Methods
Execute(object)
Finds the most appropriate instance according to the viewer's current page.
Declaration
cs-api-definition
public override void Execute(object parameter)
Parameters
parameter
Can be set to null.
Overrides