Class ConversionExtensions
Conversion methods to product PDF documents from other objects
Inheritance
System.Object
ConversionExtensions
Namespace: IronPdf.Extensions
Assembly: IronPdf.dll
Syntax
public static class ConversionExtensions : Object
Methods
ToPdf(List<IBoundedDocumentObject>, List<RectangleF>)
Convert a list of objects with bounds to a PDF document
Declaration
public static PdfDocument ToPdf(this List<IBoundedDocumentObject> objects, List<RectangleF> bounds)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<IronSoftware.IBoundedDocumentObject> | objects | Bounded objects |
| System.Collections.Generic.List<System.Drawing.RectangleF> | bounds |
Returns
| Type | Description |
|---|---|
| PdfDocument | A new PDF document |