Share via


FixedFormatSettings.IncludeDocumentStructure property

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> _
Public Property IncludeDocumentStructure As Boolean
    Get
    Set
'Usage
Dim instance As FixedFormatSettings
Dim value As Boolean

value = instance.IncludeDocumentStructure

instance.IncludeDocumentStructure = value
[DataMemberAttribute]
public bool IncludeDocumentStructure { get; set; }

Property value

Type: System.Boolean
true if the structure tags are applied to the resulting fixed form output; otherwise, false. The default is true.

See also

Reference

FixedFormatSettings class

FixedFormatSettings members

Microsoft.Office.Word.Server.Conversions namespace