RemoveDocxHeadersAndFootersRequest.RemoveHeaders Property

Definition

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

Applies to