XFINIUM.PDF Documentation
AddContent Method



New content to be added to the document.
Adds new content to the document.
Syntax
'Declaration
 
Public Sub AddContent( _
   ByVal flowContent As PdfFlowContent _
) 
'Usage
 
Dim instance As PdfFlowDocument
Dim flowContent As PdfFlowContent
 
instance.AddContent(flowContent)
public void AddContent( 
   PdfFlowContent flowContent
)
public:
void AddContent( 
   PdfFlowContent^ flowContent
) 

Parameters

flowContent
New content to be added to the document.
Remarks
The content is laid out automatically in the available space and subsequent changes on the content have no effect.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfFlowDocument Class
PdfFlowDocument Members

Send Feedback