Overload | Description |
---|---|
TryGetArray<T>(IPdfDict,PdfName,T[],Boolean,Boolean,Boolean) | Tries to gets the array of T objects associated with the specified key. |
TryGetArray<T>(IPdfDict,PdfName,T[],Boolean) | Tries to get the array associated with the specified key, if the value does not exist or cannot be converted to an array of T returns false. |