Options.OMathCopyLF Property

Returns or sets a Boolean that represents how equations are represented in plain text. True indicates equations are represented in Linear Format. False indicates equations are represented in MathML. Read/write.

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

Syntax

'Declaration
Property OMathCopyLF As Boolean
    Get
    Set
'Usage
Dim instance As Options
Dim value As Boolean

value = instance.OMathCopyLF

instance.OMathCopyLF = value
bool OMathCopyLF { get; set; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace