RichTextBox for WinRT
ConvertToDocument Method (MhtmlFilter)


String containing the MHTML document.
Parses a string into a C1Document.
Syntax
'Declaration
 
Public Function ConvertToDocument( _
   ByVal mhtml As System.String _
) As C1Document
'Usage
 
Dim instance As MhtmlFilter
Dim mhtml As System.String
Dim value As C1Document
 
value = instance.ConvertToDocument(mhtml)
public C1Document ConvertToDocument( 
   System.string mhtml
)

Parameters

mhtml
String containing the MHTML document.

Return Value

A C1Document that represents the given string.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MhtmlFilter Class
MhtmlFilter Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback