_Document.ConvertVietDoc(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reconverts a Vietnamese document to Unicode using a code page other than the default.
public:
void ConvertVietDoc(int CodePageOrigin);
public void ConvertVietDoc (int CodePageOrigin);
abstract member ConvertVietDoc : int -> unit
Public Sub ConvertVietDoc (CodePageOrigin As Integer)
Parameters
- CodePageOrigin
- 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.