Click or drag to resize

PdfDictionaryClear Method

Removes all keys and values from the PdfDictionary.

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public void Clear()

Implements

IDictionaryClear
ICollectionTClear
Exceptions
ExceptionCondition
InvalidOperationExceptionThe current PdfDictionary is read-only (IsReadOnly returns ).
See Also