ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexViewer Assembly / C1.Web.Mvc.Viewer.TagHelpers Namespace / PdfViewerTagHelper Class / ThresholdWidth Property

In This Topic
    ThresholdWidth Property (PdfViewerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Viewer.ViewerBase.ThresholdWidth. Sets the threshold to switch between mobile and PC template
    Syntax
    'Declaration
     
    Public Property ThresholdWidth As Integer
    public int ThresholdWidth {get; set;}
    See Also