Click or drag to resize

CPDFDocumentInitWithUrl Method

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public static CPDFDocument InitWithUrl(
	string url,
	string user = "",
	string pwd = ""
)

Parameters

url
Type: SystemString
user (Optional)
Type: SystemString
pwd (Optional)
Type: SystemString

Return Value

Type: CPDFDocument
See Also