HiQPdf Documentation

PdfDocument Constructor (String, UInt32, PdfColorSpace)

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

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

public PdfDocument(
	string server,
	uint port,
	PdfColorSpace colorSpace
)

Parameters

server
Type: SystemString
The server IP or name
port
Type: SystemUInt32
The server port number
colorSpace
Type: HiQPdfClientPdfColorSpace
The PDF document color space
See Also

Reference