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

In This Topic
    ThresholdWidth Property (PdfViewer)
    In This Topic
    Gets or sets the threshold to switch between mobile and PC template
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(767)>
    Public Property ThresholdWidth As Integer
    [DefaultValue(767)]
    public int ThresholdWidth {get; set;}
    See Also