Represents a command that fits the PDF document to the width of the viewer. This command adjusts the zoom level so that the entire width of the document page is visible.
Definition
Namespace:Telerik.Maui.Controls.PdfViewer
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class PdfViewerFitDocumentToWidthCommand : PdfViewerCommand, INotifyPropertyChanged, ICommand
Inheritance: objectNotifyPropertyChangedBasePdfViewerCommandPdfViewerFitDocumentToWidthCommand
Implements:
Inherited Members
Constructors
C#
public PdfViewerFitDocumentToWidthCommand()
Methods
Executes the fit document to width command to adjust the zoom level so the document width fits the viewer.
C#
public override void Execute(object parameter)
The command parameter.
Overrides: