DocxInsertImageRequest.InsertPlacement Property

Definition

Optional; default is DocumentEnd. Placement Type of the insert; possible values are: DocumentStart (very beginning of the document), DocumentEnd (very end of the document), BeforeExistingObject (right before an existing object - fill in the InsertPath field using the Path value from an existing object), AfterExistingObject (right after an existing object - fill in the InsertPath field using the Path value from an existing object)

[System.Text.Json.Serialization.JsonPropertyName("InsertPlacement")]
public string InsertPlacement { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("InsertPlacement")>]
member this.InsertPlacement : string with get, set
Public Property InsertPlacement As String

Property Value

Attributes

Applies to