Property PageEncoded
PageEncoded
Gets or sets a callback invoked after each page is encoded, receiving the one-based page number and the encoded bytes.
public Action<int, byte[]>? PageEncoded { get; set; }
Property Value
Remarks
An alternative to PageStreamFactory for callers that want the bytes rather than to own a stream. Both may be set; the factory runs first.