Click or drag to resize

PdfArrayClear Method

Removes all PdfBasicObjects from the PdfArray.

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

Implements

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