[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Security.OID.-ctor

OID Constructor

OID(string)

Initializes a new instance of the OID class.

Declaration
public OID(string id)
Public Sub New(id As String)
Parameters
Type Name Description
string id

The dotted number of the identifier.

OID(string, string)

Initializes a new instance of the OID class.

Declaration
public OID(string id, string name)
Public Sub New(id As String, name As String)
Parameters
Type Name Description
string id

The dotted number of the identifier.

string name

The friendly name of the identifier.