Foxit PDF SDK
|
Structure that represents the client information which is used to apply for a client ID from ConnectedPDF server. More...
Inherits SystemIDisposable.
Public Member Functions | |
ClientInfo () | |
Construct a simple object. | |
Properties | |
string | device_id [get, set] |
The device ID that represents a device. | |
string | device_model [get, set] |
The device model. | |
string | device_name [get, set] |
The device name. | |
string | mac_address [get, set] |
The MAC address. | |
string | os [get, set] |
The operation system. | |
string | product_language [get, set] |
The language of the product. | |
string | product_name [get, set] |
The product name of a ConnectedPDF client. | |
string | product_vendor [get, set] |
The vendor of the product. | |
string | product_version [get, set] |
The version of the product. | |
Structure that represents the client information which is used to apply for a client ID from ConnectedPDF server.
The client ID represents a ConnectedPDF client running on a device. The client should apply for a client ID once, then cache it and reuse it.