StampingContext - конструктор

Инициализирует новый экземпляр класса StampingContext

Definition

Пространство имён: Tessa.Stamping
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
public StampingContext(
	IList<StampParametersServer> parameters,
	IList<int> pagesToStamp,
	string fileName,
	Func<CancellationToken, ValueTask<Stream>> getFileContentAsync,
	long fileContentLength,
	Func<CancellationToken, ValueTask<(Stream , long )>> getOutputContentAsync,
	CancellationToken cancellationToken = default
)

Параметры

parameters  IListStampParametersServer
 
pagesToStamp  IListInt32
 
fileName  String
 
getFileContentAsync  FuncCancellationToken, ValueTaskStream
 
fileContentLength  Int64
 
getOutputContentAsync  FuncCancellationToken, ValueTaskValueTupleStream, Int64
 
cancellationToken  CancellationToken  (Optional)
 

См. также