DocuwareModelFactory.PlaceAStampResponse Method
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.
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
- created
- Nullable<JsonElement>
- type
- String
- color
- String
- id
- String