Initializes a new instance of the CFFFont..::..MarkerItem class

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

Syntax

C#
public MarkerItem(
	CFFFont..::..OffsetItem pointerToMarker
)
Visual Basic
Public Sub New ( _
	pointerToMarker As CFFFont..::..OffsetItem _
)
Visual C++
public:
MarkerItem(
	CFFFont..::..OffsetItem^ pointerToMarker
)

See Also