Click or drag to resize

PdfTypeDictionarySetRectAt Method

Sets the rectangle at the specified key.

Namespace: Patagames.Pdf.Net.BasicTypes
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public void SetRectAt(
	string key,
	FS_RECTF rect
)

Parameters

key  String
The key of the element to set.
rect  FS_RECTF
The rectangle which should be setted at the specified key.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe key is null.
See Also