Gets or sets image of the marker.

Namespace: Spire.Pdf.Lists
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfImage Image { get; set; }
Public Property Image As PdfImage
	Get
	Set
public:
property PdfImage^ Image {
	PdfImage^ get ();
	void set (PdfImage^ value);
}
member Image : PdfImage with get, set

Property Value

PdfImage

See Also