RemoveDocxHeadersAndFootersRequest.RemoveHeaders Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if you would like to remove all headers from the input document, false otherwise
[System.Text.Json.Serialization.JsonPropertyName("RemoveHeaders")]
public bool? RemoveHeaders { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("RemoveHeaders")>]
member this.RemoveHeaders : Nullable<bool> with get, set
Public Property RemoveHeaders As Nullable(Of Boolean)
Property Value
- Attributes