FixedFormatSettings.IncludeDocumentProperties Property
Specifies whether document properties 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 IncludeDocumentProperties As Boolean
Get
Set
'Usage
Dim instance As FixedFormatSettings
Dim value As Boolean
value = instance.IncludeDocumentProperties
instance.IncludeDocumentProperties = value
[DataMemberAttribute]
public bool IncludeDocumentProperties { get; set; }
Property Value
Type: System.Boolean
true if the properties are applied to the resulting fixed form output; otherwise, false. The default is true.