다음을 통해 공유


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