ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Viewer Namespace / PdfViewer Class / ZoomFactor Property

In This Topic
    ZoomFactor Property (PdfViewer)
    In This Topic
    Gets or sets the zoom factor.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(1)>
    Public Property ZoomFactor As Double
    [DefaultValue(1)]
    public double ZoomFactor {get; set;}
    See Also