Documents for PDF, .NET Edition Documentation
PdfRefObject Constructor

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Spec Namespace > PdfRefObject Class : PdfRefObject Constructor
The object's ID.
The object's value.
Initializes a new instance of the PdfRefObject type.
Syntax
'Declaration
 
Public Function New( _
   ByVal objID As PdfObjID, _
   ByVal value As PdfRef _
)
public PdfRefObject( 
   PdfObjID objID,
   PdfRef value
)

Parameters

objID
The object's ID.
value
The object's value.
See Also

Reference

PdfRefObject Class
PdfRefObject Members