PdfDocument Constructor (String)

PDF File Writer

PdfDocument Constructor (String)

PDF document constructor.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public PdfDocument(
	string FileName
)

Parameters

FileName
Type: SystemString
Document file name.
Remarks

This constructor generates a document with default letter size page (height 11”, width 8.5”).

Page orientation is portrait.

Unit of measure is points (1/72 inch).

Scale factor is 1.0.

The PDF document will be saved in a file named FileName.

See Also