指定されたキーに関連付けられたを取得します(PDFでは、
System.Numerics.Matrix3x2が、6つのfloatの配列として表される必要があります)。
値は存在するがSystem.Numerics.Matrix3x2に変換できない場合、GrapeCity.Documents.Pdf.GcPdfDocument.ParserLogに警告を追加します。
'宣言
Public Shared Function TryGetMatrix( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByRef As System.Numerics.Matrix3x2 _
) As System.Boolean
public static System.bool TryGetMatrix(
IPdfDict ,
PdfName ,
out System.Numerics.Matrix3x2
)
パラメータ
- dict
- 現在の辞書。
- key
- 取得する値のキー。
- value
- 指定されたキーに関連付けられた値を出力します。
戻り値の型
キーが見つかり、値をSystem.Numerics.Matrix3x2に変換できる場合はtrue、それ以外の場合はfalse。