DocuwareModelFactory.PlaceAStampResponse Method

Definition

public static Azure.Connectors.Sdk.Docuware.Models.PlaceAStampResponse PlaceAStampResponse(System.Text.Json.JsonElement? created = default, string type = default, string color = default, int? rotation = default, bool? transparent = default, int? strokeWidth = default, string id = default);
static member PlaceAStampResponse : Nullable<System.Text.Json.JsonElement> * string * string * Nullable<int> * Nullable<bool> * Nullable<int> * string -> Azure.Connectors.Sdk.Docuware.Models.PlaceAStampResponse
Public Shared Function PlaceAStampResponse (Optional created As Nullable(Of JsonElement) = Nothing, Optional type As String = Nothing, Optional color As String = Nothing, Optional rotation As Nullable(Of Integer) = Nothing, Optional transparent As Nullable(Of Boolean) = Nothing, Optional strokeWidth As Nullable(Of Integer) = Nothing, Optional id As String = Nothing) As PlaceAStampResponse

Parameters

type
String
color
String
rotation
Nullable<Int32>
transparent
Nullable<Boolean>
strokeWidth
Nullable<Int32>
id
String

Returns

Applies to