Document.ConvertVietDoc Method
Converts a Vietnamese document to Unicode using a code page other than the default.
Namespace: Microsoft.Office.Tools.Word
Assemblies: Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
Sub ConvertVietDoc ( _
CodePageOrigin As Integer _
)
void ConvertVietDoc(
int CodePageOrigin
)
Parameters
CodePageOrigin
Type: System.Int32The original code page used to encode the document.
Remarks
Use the ConvertVietDoc method if you want a document to be viewable on another computer or platform.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.