Click or drag to resize

InvalidPdfArrayItemExceptionIndex Property

Gets the index of an invalid item in the Array that is either being retrieved or set.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public int Index { get; }

Property Value

Int32
The index of an invalid item in the Array that is either being retrieved or set.
See Also