Class PrintOutPDFFreeType
Cross-platform PDF render driver that uses FreeType for font metrics and SkiaSharp for image
handling, supplying its own bitmap-info and font-info providers for portable PDF generation.
Inheritance
PrintOutPDFFreeType
Assembly: Reportman.Drawing.CrossPlatform.dll
public class PrintOutPDFFreeType : PrintOutPDFBase, IDisposable, IBitmapInfoProvider
Constructors
View Source
Declaration
public PrintOutPDFFreeType()
Methods
View Source
Declaration
public MemoryStream EncodeImageStreamAsBitmapStream(MemoryStream stream)
Parameters
Returns
View Source
Declaration
public BitmapInfo GetBitmapInfo(Stream stream)
Parameters
| Type |
Name |
Description |
| Stream |
stream |
|
Returns
View Source
Declaration
public override IBitmapInfoProvider GetBitmapInfoProvider()
Returns
Overrides
View Source
Declaration
public override FontInfoProvider GetFontInfoProvider()
Returns
Overrides
Implements