PdfDocumentCreateColorSpacePdf Method

Creates a PDF document with a given color space

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public static PdfDocument CreateColorSpacePdf(
	string server,
	uint port,
	PdfColorSpace colorSpace
)

Parameters

server  String
The server IP or name
port  UInt32
The server port number
colorSpace  PdfColorSpace
The document color space

Return Value

PdfDocument
The created PDF document

See Also