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.94.2704
Syntax
public PdfUser(
	UserType userType,
	string name
)

Parameters

userType  UserType
The user type.
name  String
The user name.
Exceptions
ExceptionCondition
ArgumentExceptionAn unsupported userType was 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