ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Viewer Namespace / PdfViewer Class / ToHtmlString Method

In This Topic
    ToHtmlString Method (PdfViewer)
    In This Topic
    Returns an HTML-encoded string.
    Syntax
    'Declaration
     
    
    Public Overridable Function ToHtmlString() As String
    public virtual string ToHtmlString()

    Return Value

    An HTML-encoded string.
    See Also