HiQPdf Documentation

PdfDocumentCreateColorSpacePdf Method

HiQPdf Client for .NET Core
Creates a PDF document with a given color space

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

public static PdfDocument CreateColorSpacePdf(
	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 document color space

Return Value

Type: PdfDocument
The created PDF document
See Also

Reference