Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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