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

In This Topic
    IsTemplate Property (PdfViewerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Control.IsTemplate. Sets a boolean value which indicates whether transfer this control to template mode.
    Syntax
    'Declaration
     
    Public Property IsTemplate As Boolean
    public bool IsTemplate {get; set;}
    See Also