InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebDocument Interface / Encoding Property


In This Topic
    Encoding Property
    In This Topic
    Gets or sets the character encoding for this document.
    Syntax
    'Declaration
     
    
    Property Encoding As String
    'Usage
     
    
    Dim instance As IWebDocument
    Dim value As String
     
    instance.Encoding = value
     
    value = instance.Encoding
    string Encoding {get; set;}
    See Also