指定されたキーに関連付けられた
System.Drawing.Colorを取得します(PDFでは、
System.Drawing.Colorが1、3、または4つのfloatの配列として表される必要があります)。
値が存在しないか、System.Drawing.Colorに変換できない場合、を取得します。
値を
System.Drawing.Colorに変換できない場合、
GrapeCity.Documents.Pdf.GcPdfDocument.ParserLogに警告を追加します。
シンタックス
'宣言
Public Overloads Shared Function GetColor( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal As System.Drawing.Color _
) As System.Drawing.Color
public static System.Drawing.Color GetColor(
IPdfDict ,
PdfName ,
System.Drawing.Color
)
パラメータ
- dict
- 現在の辞書。
- key
- 取得する値のキー。
- defValue
- デフォルト値。
戻り値の型
指定されたキーに関連付けられた値。
参照