PdfOutputGenerator.PdfOutputGenerator

PdfOutputGenerator()

Cteates an instance of PdfOutputGenerator class.

public PdfOutputGenerator()

See Also


PdfOutputGenerator(PageInfo)

Cteates an instance of PdfOutputGenerator class.

public PdfOutputGenerator(PageInfo pageInfo)
ParameterTypeDescription
pageInfoPageInfoThe page size and margins settings.

See Also


PdfOutputGenerator(OutputTextStyle)

Cteates an instance of PdfOutputGenerator class.

public PdfOutputGenerator(OutputTextStyle textStyle)
ParameterTypeDescription
textStyleOutputTextStyleThe styles for the changed text.

See Also


PdfOutputGenerator(OutputTextStyle, PageInfo)

Cteates an instance of PdfOutputGenerator class.

public PdfOutputGenerator(OutputTextStyle textStyle, PageInfo pageInfo)
ParameterTypeDescription
textStyleOutputTextStyleThe styles for the changed text.
pageInfoPageInfoThe page size and margins settings.

See Also