Skip to main content

PdfSetZoomCommand Class

OBSOLETE

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.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

[Obsolete("The unusable PdfSetZoomCommand class is now obsolete. Use the PdfViewer.ZoomFactor property to set the document zoom factor.")]
public class PdfSetZoomCommand :
    PdfViewerCommand

Remarks

Use the PdfViewer.ZoomFactor property instead to set the document zoom factor.

Inheritance

Object
Command
DevExpress.Utils.Commands.ControlCommand<PdfViewer, PdfViewerCommandId, XtraPdfViewerStringId>
PdfViewerCommand
PdfSetZoomCommand
See Also