DioDocs for PDF
TryGetMatrix メソッド

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf.Spec 名前空間 > IPdfDictExt クラス : TryGetMatrix メソッド
現在の辞書。
取得する値のキー。
指定されたキーに関連付けられた値を出力します。
指定されたキーに関連付けられたを取得します(PDFでは、System.Numerics.Matrix3x2が、6つのfloatの配列として表される必要があります)。

値は存在するがSystem.Numerics.Matrix3x2に変換できない場合、GrapeCity.Documents.Pdf.GcPdfDocument.ParserLogに警告を追加します。

シンタックス
'宣言
 
Public Shared Function TryGetMatrix( _
   ByVal dict As IPdfDict, _
   ByVal key As PdfName, _
   ByRef value As System.Numerics.Matrix3x2 _
) As System.Boolean
public static System.bool TryGetMatrix( 
   IPdfDict dict,
   PdfName key,
   out System.Numerics.Matrix3x2 value
)

パラメータ

dict
現在の辞書。
key
取得する値のキー。
value
指定されたキーに関連付けられた値を出力します。

戻り値の型

キーが見つかり、値をSystem.Numerics.Matrix3x2に変換できる場合はtrue、それ以外の場合はfalse。
参照

IPdfDictExt クラス
IPdfDictExt メンバ