HiQPdf Documentation

PdfDocumentWriteToFile Method

HiQPdf Client for .NET Core
Writes this PDF document to the output file given by the parameter

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public void WriteToFile(
	string outputFile
)

Parameters

outputFile
Type: SystemString
The output file
See Also

Reference