ConversionJobSettings.MarkupView Property
Specifies the type(s) of markup that should be shown in the document.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property MarkupView As MarkupTypes
Get
Set
'Usage
Dim instance As ConversionJobSettings
Dim value As MarkupTypes
value = instance.MarkupView
instance.MarkupView = value
[DataMemberAttribute]
public MarkupTypes MarkupView { get; set; }
Property Value
Type: Microsoft.Office.Word.Server.Conversions.MarkupTypes
Returns MarkupTypes.
Remarks
The possible values for this property correspond to the options available on the ribbon (Tracking group, Show Markup dropdown).
The default value for this property is Comments | Ink | Text | Formatting, which means all types of markup are shown.