PdfSetZoomCommand Class
In This Article
OBSOLETE
The unusable Pdf
This class is now obsolete.
Namespace: DevExpress.XtraPdfViewer.Commands
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#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