[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfDictExt.SetRect

SetRect Method

SetRect(IPdfDict, PdfName, RectangleF?, RectangleF?)

Sets the RectangleF value associated with the specified key. If the value is null or is equal to defValue, removes the key from the dictionary.

Declaration
public static void SetRect(this IPdfDict dict, PdfName key, RectangleF? value, RectangleF? defValue)
Public Shared Sub SetRect(dict As IPdfDict, key As PdfName, value As RectangleF?, defValue As RectangleF?)
Parameters
Type Name Description
IPdfDict dict

The current dictionary.

PdfName key

The key identifying the value.

RectangleF? value

The value to set.

RectangleF? defValue

The default value.