In This Topic
Initializes a new instance of the
PdfObjID structure.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public PdfObjID(
System.int ,
System.int
)
Parameters
- objID
- The value of ID.
- gen
- The value of Gen.
See Also