Overload | Description |
---|---|
TryGetArray<T>(IPdfArray,Int32,T[],Boolean,Boolean,Boolean) | Tries to get the array of T objects at the specified index. |
TryGetArray<T>(IPdfArray,Int32,T[],Boolean) | Tries to get the array at the specified index, if the value does not exist or cannot be converted to an array of T returns false. |