PdfDocument(String, UInt32, String, PdfStandard, PdfColorSpace, PdfColorProfile) Constructor
Constructs an empty PDF document with a standard, color space and color profile using a server password
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 18.0.0
public PdfDocument(
string server,
uint port,
string serverPassword,
PdfStandard standard,
PdfColorSpace colorSpace,
PdfColorProfile colorProfile
)
Parameters
- server String
- The server IP or name
- port UInt32
- The server port number
- serverPassword String
- The server password
- standard PdfStandard
- The PDF document standard
- colorSpace PdfColorSpace
- The PDF document color space
- colorProfile PdfColorProfile
- The PDF document color profile