Documents for PDF, .NET Edition Documentation
PdfBoolObject Constructor

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

Parameters

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

Reference

PdfBoolObject Class
PdfBoolObject Members