Class PrintToPDFCommandResponse
Response for PrintToPDF
public sealed class PrintToPDFCommandResponse : ICommandResponse<PrintToPDFCommandSettings>, ICommandResponse
- Inheritance
-
PrintToPDFCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Data
Gets or sets the data
[JsonPropertyName("data")]
public string Data { get; set; }
Property Value
Stream
Gets or sets the stream
[JsonPropertyName("stream")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Stream { get; set; }