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.Int32

    The 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

See Also

Reference

Document Interface

Microsoft.Office.Tools.Word Namespace