ResponseData
Response Property
|
Namespace:
Spire.Pdf.AI.Model
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Dictionary<string, Object> Response { get; set; }
Public Property Response As Dictionary(Of String, Object)
Get
Set
public:
property Dictionary<String^, Object^>^ Response {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}
member Response : Dictionary<string, Object> with get, set
Property Value
Type:
Dictionary
String
,
Object
See Also