'Declaration
Public Function New( _ ByVal page As PdfPage _ )
'Usage
Dim page As PdfPage Dim instance As New PdfFlowPageContent(page)
public PdfFlowPageContent( PdfPage page )
public: PdfFlowPageContent( PdfPage^ page )
Parameters
- page
- The existing PDF page to insert in the flow document.