Skip to main content

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