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: 16.0.0
public PdfDocument(
string server,
uint port,
string serverPassword,
PdfStandard standard,
PdfColorSpace colorSpace,
PdfColorProfile colorProfile
)
Public Sub New (
server As String,
port As UInteger,
serverPassword As String,
standard As PdfStandard,
colorSpace As PdfColorSpace,
colorProfile As PdfColorProfile
)
public:
PdfDocument(
String^ server,
unsigned int port,
String^ serverPassword,
PdfStandard standard,
PdfColorSpace colorSpace,
PdfColorProfile colorProfile
)
new :
server : string *
port : uint32 *
serverPassword : string *
standard : PdfStandard *
colorSpace : PdfColorSpace *
colorProfile : PdfColorProfile -> PdfDocument
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