Click or drag to resize

PdfUser(UserType, String) Constructor

Creates new instance of PdfUser.

Namespace: Patagames.Pdf.Net.Wrappers.OptionalContent
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntax
public PdfUser(
	UserType userType,
	string[] name
)

Parameters

userType  UserType
The user type.
name  String
The user names.
Exceptions
ExceptionCondition
ArgumentExceptionUnsupported userType is passed. Only Individual, Title and Organization are allowed.
ArgumentNullExceptionThe exception that is thrown when a null reference (Nothing in Visual Basic) is passed.
See Also