Initializes a new instance of the VerticalPositionMark class

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

Syntax

C#
public VerticalPositionMark(
	IDrawInterface drawInterface,
	float offset
)
Visual Basic
Public Sub New ( _
	drawInterface As IDrawInterface, _
	offset As Single _
)
Visual C++
public:
VerticalPositionMark(
	IDrawInterface^ drawInterface, 
	float offset
)

See Also