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

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