Back to Devexpress

PdfSetZoomModeCommand Class

windowsforms-devexpress-dot-xtrapdfviewer-dot-commands-94b12010.md

latest2.1 KB
Original Source

PdfSetZoomModeCommand Class

The base for classes that provide custom document zoom factor modes.

Namespace : DevExpress.XtraPdfViewer.Commands

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public abstract class PdfSetZoomModeCommand :
    PdfCheckableCommand
vb
Public MustInherit Class PdfSetZoomModeCommand
    Inherits PdfCheckableCommand

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<PdfViewer, PdfViewerCommandId, XtraPdfViewerStringId> PdfViewerCommand PdfCheckableCommand PdfSetZoomModeCommand PdfSetActualSizeZoomModeCommand

PdfSetFitVisibleZoomModeCommand

PdfSetFitWidthZoomModeCommand

PdfSetPageLevelZoomModeCommand

See Also

PdfSetZoomModeCommand Members

PdfViewerCommand

DevExpress.XtraPdfViewer.Commands Namespace