PageSavingCallback

PdfSaveOptions.PageSavingCallback property

Gets or sets a user-defined callback which is used to get an output stream for each rendered page. Is applicable when SaveToSeparateFiles option is used.

public IPageSavingCallback PageSavingCallback { get; set; }

See Also