Winnovative RTF to PDF Converter Library for .NET
GetPdfBytesFromRtfString Method (rtfString)
NamespacesWinnovative.WnvRtfToPdfPdfConverterGetPdfBytesFromRtfString(String)
Winnovative RTF to PDF Converter Library for .NET
Gets the PDF document rendered from the specified RTF file to a memory buffer.
Declaration Syntax
C#Visual BasicVisual C++
public byte[] GetPdfBytesFromRtfString(
	string rtfString
)
Public Function GetPdfBytesFromRtfString ( _
	rtfString As String _
) As Byte()
public:
array<unsigned char>^ GetPdfBytesFromRtfString(
	String^ rtfString
)
Parameters
rtfString (String)
The RTF code
Return Value
An array of bytes containing the binary representation of the generatedPDF document

Assembly: Winnovative.WnvRtfToPdf (Module: Winnovative.WnvRtfToPdf) Version: 3.1.0.0 (3.1.0.0)