Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Security Namespace / OID Class / OID Constructor / OID Constructor(String,String)
The dotted number of the identifier.
The friendly name of the identifier.

In This Topic
    OID Constructor(String,String)
    In This Topic
    Initializes a new instance of the OID class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal id As System.String, _
       ByVal name As System.String _
    )
    public OID( 
       System.string id,
       System.string name
    )

    Parameters

    id
    The dotted number of the identifier.
    name
    The friendly name of the identifier.
    See Also