[]
        
(Showing Draft Content)

C1.Document.C1PdfDocumentSource.CreateRenderPdfFragment

CreateRenderPdfFragment Method

CreateRenderPdfFragment(RenderPdf)

Creates a new instance of the RenderPdfFragment class using the specified RenderPdf object.

Declaration
protected virtual RenderPdfFragment CreateRenderPdfFragment(RenderPdf pdf)
Protected Overridable Function CreateRenderPdfFragment(pdf As RenderPdf) As RenderPdfFragment
Parameters
Type Name Description
RenderPdf pdf

The RenderPdf object that contains the data to be rendered in the PDF fragment. This parameter cannot be null.

Returns
Type Description
RenderPdfFragment

A new instance of the RenderPdfFragment class initialized with the provided RenderPdf object.

Remarks

This method is intended to be overridden in derived classes to customize the creation of the RenderPdfFragment.