'Declaration Public Shared Function Get(Of T As IPdfObject)( _ ByVal array As IPdfArray, _ ByVal index As System.Integer, _ Optional ByVal addWarning As System.Boolean _ ) As T
public static T Get<T>( IPdfArray array, System.int index, System.bool addWarning ) where T: IPdfObject
Parameters
- array
- The current array.
- index
- The index of the value to get.
- addWarning
- Indicates whether to add a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog if value at the specified index can't be converted to the T.
Type Parameters
- T
Return Value
The value with the specified index.