Sets the dimensions of this annotation.

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

Collapse imageSyntax

C#
public void SetDimensions(
	float llx,
	float lly,
	float urx,
	float ury
)
Visual Basic
Public Sub SetDimensions ( _
	llx As Single, _
	lly As Single, _
	urx As Single, _
	ury As Single _
)
Visual C++
public:
void SetDimensions(
	float llx, 
	float lly, 
	float urx, 
	float ury
)

Parameters

llx
Type: System..::..Single
the lower left x-value
lly
Type: System..::..Single
the lower left y-value
urx
Type: System..::..Single
the upper right x-value
ury
Type: System..::..Single
the upper right y-value

Collapse imageSee Also