Winnovative RTF to PDF Converter Library for .NET
PdfConverter Constructor (pageWidth, pageHeight)
NamespacesWinnovative.WnvRtfToPdfPdfConverterPdfConverter(Int32, Int32)
Winnovative RTF to PDF Converter Library for .NET
Creates a RTF to PDF converter for a RTF document with the specified width and height
Declaration Syntax
C#Visual BasicVisual C++
public PdfConverter(
	int pageWidth,
	int pageHeight
)
Public Sub New ( _
	pageWidth As Integer, _
	pageHeight As Integer _
)
public:
PdfConverter(
	int pageWidth, 
	int pageHeight
)
Parameters
pageWidth (Int32)
The RTF document width
pageHeight (Int32)
The RTF document height

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