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

PdfViewerCommandId.SetZoom Field

OBSOLETE

The unusable SetZoom command is now obsolete. Use the PdfViewer.ZoomFactor property to set the document zoom factor.

This command’s ID is not used.

Namespace: DevExpress.XtraPdfViewer.Commands

Assembly: DevExpress.XtraPdfViewer.v20.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

[Obsolete("The unusable SetZoom command is now obsolete. Use the PdfViewer.ZoomFactor property to set the document zoom factor.")]
public static readonly PdfViewerCommandId SetZoom

Field Value

Type Description
PdfViewerCommandId

A command ID.

See Also