Font.NotTrueType Property

Raster or Vector Font.Represents the element tag in schema: w:notTrueType

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property NotTrueType As NotTrueType
    Get
    Set
'Usage
Dim instance As Font
Dim value As NotTrueType

value = instance.NotTrueType

instance.NotTrueType = value
public NotTrueType NotTrueType { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.NotTrueType
Returns NotTrueType.

See Also

Reference

Font Class

Font Members

DocumentFormat.OpenXml.Wordprocessing Namespace