Click or drag to resize

ProcessorSaveRecordAsPdf Method

Saves the pages of the specified record as a PDF file.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
public void SaveRecordAsPdf(
	IRecord record,
	string path
)

Parameters

record
Type: Opait.ReportMiner.ApiIRecord
The specified record.
path
Type: SystemString
Path to the target PDF file.
See Also