EVO RTF to PDF Converter Library for .NET Documentation

PdfConverter Constructor (Int32, Int32)

EVO RTF to PDF Converter Library for .NET
EVO RTF to PDF Converter Library for .NET
Creates a RTF to PDF converter for a RTF document with the specified width and height

Namespace:  EvoPdf.RtfToPdf
Assembly:  evortftopdf (in evortftopdf.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public PdfConverter(
	int pageWidth,
	int pageHeight
)

Parameters

pageWidth
Type: SystemInt32
The RTF document width
pageHeight
Type: SystemInt32
The RTF document height
See Also

Reference