HiQPdf Documentation

PdfDocument Constructor (String, UInt32, PdfColorProfile)

HiQPdf Client for .NET Core
Constructs an empty PDF document with a color profile

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

public PdfDocument(
	string server,
	uint port,
	PdfColorProfile colorProfile
)

Parameters

server
Type: SystemString
The server IP or name
port
Type: SystemUInt32
The server port number
colorProfile
Type: HiQPdfClientPdfColorProfile
The PDF document color profile
See Also

Reference