windowsforms-devexpress-dot-xtrapdfviewer-dot-commands-995bd9fb.md
The unusable PdfSetZoomCommand class is now obsolete. Use the PdfViewer.ZoomFactor property to set the document zoom factor.
This class is now obsolete.
Namespace : DevExpress.XtraPdfViewer.Commands
Assembly : DevExpress.XtraPdfViewer.v25.2.dll
NuGet Package : DevExpress.Win.PdfViewer
[Obsolete("The unusable PdfSetZoomCommand class is now obsolete. Use the PdfViewer.ZoomFactor property to set the document zoom factor.")]
public class PdfSetZoomCommand :
PdfViewerCommand
<Obsolete("The unusable PdfSetZoomCommand class is now obsolete. Use the PdfViewer.ZoomFactor property to set the document zoom factor.")>
Public Class PdfSetZoomCommand
Inherits PdfViewerCommand
Use the PdfViewer.ZoomFactor property instead to set the document zoom factor.
Object Command DevExpress.Utils.Commands.ControlCommand<PdfViewer, PdfViewerCommandId, XtraPdfViewerStringId> PdfViewerCommand PdfSetZoomCommand
See Also