Foxit PDF SDK
foxit.pdf.actions.IdentityProperties Class Reference

Inherits SystemIDisposable.

Public Member Functions

 IdentityProperties ()
 Constructor.

 
 IdentityProperties (string corporation, string email, string login_name, string name)
 Constructor, with parameters.
More...
 
 IdentityProperties (IdentityProperties id_properities)
 Constructor, with another identity properties object.
More...
 
void Set (string corporation, string email, string login_name, string name)
 Set values.
More...
 

Properties

string corporation [get, set]
 The corporation name.

 
string email [get, set]
 The email address.

 
string login_name [get, set]
 The login name. Usually, this is the name used to log in current operating system.

 
string name [get, set]
 The user name.

 

Detailed Description

This class represents identity properties of current user, and is used for callback function ActionCallback.GetIdentityProperties .

Constructor & Destructor Documentation

◆ IdentityProperties() [1/2]

foxit.pdf.actions.IdentityProperties.IdentityProperties ( string  corporation,
string  email,
string  login_name,
string  name 
)
inline

Constructor, with parameters.

Parameters
[in]corporationThe corporation name.
[in]emailThe email address.
[in]login_nameThe login name. Usually, this is the name used to log in current operating system.
[in]nameThe user name.

◆ IdentityProperties() [2/2]

foxit.pdf.actions.IdentityProperties.IdentityProperties ( IdentityProperties  id_properities)
inline

Constructor, with another identity properties object.

Parameters
[in]id_properitiesAnother identity properties object.

Member Function Documentation

◆ Set()

void foxit.pdf.actions.IdentityProperties.Set ( string  corporation,
string  email,
string  login_name,
string  name 
)
inline

Set values.

Parameters
[in]corporationThe corporation name.
[in]emailThe email address.
[in]login_nameThe login name. Usually, this is the name used to log in current operating system.
[in]nameThe user name.
Returns
None.