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