_Document.ConvertVietDoc Method

Reconverts a Vietnamese document to Unicode using a code page other than the default.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub ConvertVietDoc ( _
    CodePageOrigin As Integer _
)
'Usage
Dim instance As _Document
Dim CodePageOrigin As Integer

instance.ConvertVietDoc(CodePageOrigin)
void ConvertVietDoc(
    int CodePageOrigin
)

Parameters

  • CodePageOrigin
    Type: System.Int32
    Required Integer. 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.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace