Back to Devexpress

PdfSetZoomCommand Class

windowsforms-devexpress-dot-xtrapdfviewer-dot-commands-995bd9fb.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
[Obsolete("The unusable PdfSetZoomCommand class is now obsolete. Use the PdfViewer.ZoomFactor property to set the document zoom factor.")]
public class PdfSetZoomCommand :
    PdfViewerCommand
vb
<Obsolete("The unusable PdfSetZoomCommand class is now obsolete. Use the PdfViewer.ZoomFactor property to set the document zoom factor.")>
Public Class PdfSetZoomCommand
    Inherits 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

PdfSetZoomCommand Members

DevExpress.XtraPdfViewer.Commands Namespace