Initializes a new instance of the PdfAttachment class

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfAttachment(
	string fileName
)
Public Sub New ( 
	fileName As String
)
public:
PdfAttachment(
	String^ fileName
)
new : 
        fileName : string -> PdfAttachment

Parameters

fileName
String
Name of the file.

See Also