ConversionJobSettings.FixedFormatSettings Property
Gets a FixedFormatSettings object, which specifies whether document structure tags are applied to the resulting fixed format output.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property FixedFormatSettings As FixedFormatSettings
Get
Private Set
'Usage
Dim instance As ConversionJobSettings
Dim value As FixedFormatSettings
value = instance.FixedFormatSettings
[DataMemberAttribute(EmitDefaultValue = false)]
public FixedFormatSettings FixedFormatSettings { get; private set; }
Property Value
Type: Microsoft.Office.Word.Server.Conversions.FixedFormatSettings
A FixedFormatSettings object.