HiQPdf Documentation

PdfDocumentCreateColorProfilePdf Method

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

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

public static PdfDocument CreateColorProfilePdf(
	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 document color profile

Return Value

Type: PdfDocument
The created PDF document
See Also

Reference