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 IdentityProperties.

 
void Set (string corporation, string email, string login_name, string name)
 Set values.
More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ IdentityProperties()

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

Constructor, with parameters.

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

Member Function Documentation

◆ Set()

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

Set values.

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

Foxit Software Corporation Logo
@2018 Foxit Software Incorporated. All rights reserved.