DioDocs for PDF
Image プロパティ (StateAppearance)

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf.Annotations 名前空間 > StateAppearance クラス : Image プロパティ
GrapeCity.Documents.Pdf.Graphics.IXObject インタフェースで指定された画像を取得または設定します。

このプロパティに画像を割り当てるには、GrapeCity.Documents.Pdf.Graphics.Images.PdfImageHandlerを使用することができます。詳細については、次のサンプルコードを参照します。 GrapeCity.Documents.Drawing.Image img = Image.FromFile("example.png"); btn.ButtonAppearance.DownAppearance.Image = doc.ImageHandlers.GetImageHandler(img);

シンタックス
'宣言
 
Public Property Image As IXObject
public IXObject Image {get; set;}
参照

StateAppearance クラス
StateAppearance メンバ
FromFile メソッド