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

Syntax

C#
public PdfArray RotateAnnotations(
	PdfWriter writer,
	Rectangle pageSize
)
Visual Basic
Public Function RotateAnnotations ( _
	writer As PdfWriter, _
	pageSize As Rectangle _
) As PdfArray
Visual C++
public:
PdfArray^ RotateAnnotations(
	PdfWriter^ writer, 
	Rectangle^ pageSize
)

See Also