C# Class DtronixPdf.PdfBitmap

Inheritance: IAsyncDisposable
Show file Open project: Dtronix/DtronixPdf Class Usage Examples

Public Methods

Method Description
DisposeAsync ( ) : ValueTask

Private Methods

Method Description
PdfBitmap ( FpdfBitmapT pdfBitmap, Image image, ThreadDispatcher dispatcher, float scale, RectangleF viewport ) : System

Only call within the dispatcher since dll calls are made.

Method Details

DisposeAsync() public method

public DisposeAsync ( ) : ValueTask
return ValueTask