Initializes a new instance of the class.

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 PdfMarker(
	PdfImage image
)
Public Sub New ( 
	image As PdfImage
)
public:
PdfMarker(
	PdfImage^ image
)
new : 
        image : PdfImage -> PdfMarker

Parameters

image
PdfImage
The image of the marker.

See Also