Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

C#
protected bool CheckSegmentType(
	BarcodePDF417..::..Segment segment,
	char type
)
Visual Basic
Protected Function CheckSegmentType ( _
	segment As BarcodePDF417..::..Segment, _
	type As Char _
) As Boolean
Visual C++
protected:
bool CheckSegmentType(
	BarcodePDF417..::..Segment^ segment, 
	wchar_t type
)

Collapse imageSee Also