'宣言 Public Shared Function TryGetAtPath(Of T As IPdfObject)( _ ByVal dict As IPdfDict, _ ByRef value As T, _ ByRef isNull As System.Boolean, _ ByVal addWarning As System.Boolean, _ ByVal ParamArray path() As System.Object _ ) As System.Boolean
public static System.bool TryGetAtPath<T>( IPdfDict dict, out T value, out System.bool isNull, System.bool addWarning, params System.object[] path ) where T: IPdfObject
パラメータ
- dict
- 現在の辞書。
- value
- OUT: 値。
- isNull
- OUT: 値が PDF null かどうかを示します。
- addWarning
- エラーが発生した場合に GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog に警告を追加するかどうかを示します。
- path
- 値のパス。
型パラメータ
- T
戻り値の型
指定されたパスに関連付けられた値、または値が見つからなかった場合は null。