In This Topic
Initializes a new instance of the
PdfRefObject type.
Syntax
'Declaration
Public Function New( _
ByVal As PdfObjID, _
ByVal As PdfRef _
)
public PdfRefObject(
PdfObjID ,
PdfRef
)
Parameters
- objID
- The object's ID.
- value
- The object's value.
See Also