PdfDocument(String, UInt32, PdfColorProfile) Constructor
Constructs an empty PDF document with a color profile
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfDocument(
string server,
uint port,
PdfColorProfile colorProfile
)
Public Sub New (
server As String,
port As UInteger,
colorProfile As PdfColorProfile
)
public:
PdfDocument(
String^ server,
unsigned int port,
PdfColorProfile colorProfile
)
new :
server : string *
port : uint32 *
colorProfile : PdfColorProfile -> PdfDocument
Parameters
- server String
- The server IP or name
- port UInt32
- The server port number
- colorProfile PdfColorProfile
- The PDF document color profile