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