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

In This Topic
    FullScreenChanged Property (PdfViewerTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.Viewer.ViewerBase.OnClientFullScreenChanged client event. Occurs after the full screen mode is changed.
    Syntax
    'Declaration
     
    Public Property FullScreenChanged As String
    public string FullScreenChanged {get; set;}
    See Also