HiQPdf Documentation

PdfDocument Constructor (String, UInt32, PdfStandard, PdfColorSpace, PdfColorProfile)

HiQPdf Client for .NET Core
Constructs an empty PDF document with a standard, color space and color profile

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

public PdfDocument(
	string server,
	uint port,
	PdfStandard standard,
	PdfColorSpace colorSpace,
	PdfColorProfile colorProfile
)

Parameters

server
Type: SystemString
The server IP or name
port
Type: SystemUInt32
The server port number
standard
Type: HiQPdfClientPdfStandard
The PDF document standard
colorSpace
Type: HiQPdfClientPdfColorSpace
The PDF document color space
colorProfile
Type: HiQPdfClientPdfColorProfile
The PDF document color profile
See Also

Reference