[]
Creates a new instance of the RenderPdfFragment class using the specified RenderPdf object.
protected override RenderPdfFragment CreateRenderPdfFragment(RenderPdf pdf)
Protected Overrides Function CreateRenderPdfFragment(pdf As RenderPdf) As RenderPdfFragment
| Type | Name | Description |
|---|---|---|
| RenderPdf | The RenderPdf object that contains the data to be rendered in the PDF fragment. This parameter cannot be null. |
| Type | Description |
|---|---|
| RenderPdfFragment | A new instance of the RenderPdfFragment class initialized with the provided RenderPdf object. |
This method is intended to be overridden in derived classes to customize the creation of the RenderPdfFragment.