Class PrintOutPDF
PDF render driver that uses GDI+/System.Drawing for font metrics and bitmap handling,
and provides helpers to encode images and build a PDF directly from a sequence of images.
Assembly: Reportman.Drawing.Windows.dll
Syntax
public class PrintOutPDF : PrintOutPDFBase, IDisposable, IBitmapInfoProvider
Constructors
View Source
PrintOutPDF()
Declaration
Methods
View Source
EncodeImageStreamAsBitmapStream(MemoryStream)
Declaration
public MemoryStream EncodeImageStreamAsBitmapStream(MemoryStream stream)
Parameters
Returns
View Source
GetBitmapInfo(Stream)
Declaration
public BitmapInfo GetBitmapInfo(Stream stream)
Parameters
| Type |
Name |
Description |
| Stream |
stream |
|
Returns
View Source
GetBitmapInfoProvider()
Declaration
public override IBitmapInfoProvider GetBitmapInfoProvider()
Returns
Overrides
View Source
GetFontInfoProvider()
Declaration
public override FontInfoProvider GetFontInfoProvider()
Returns
Overrides
View Source
Declaration
public static MemoryStream ImagesToPDF(IEnumerable<Image> images, int dpi, ImageFormat nformat, int quality, PrintOutPDF.ImageDepth ndepth, PDFConformanceType Conformance)
Parameters
Returns
Implements