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. |
objects | Bounded objects |
System. |
bounds |
Returns
Type | Description |
---|---|
Pdf |
A new PDF document |