Click or drag to resize

PDFDocAddFileAttachment Method

[Missing <summary> documentation for "M:pdftron.PDF.PDFDoc.AddFileAttachment(System.String,pdftron.PDF.FileSpec)"]

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void AddFileAttachment(
	string file_key,
	FileSpec embeded_file
)

Parameters

file_key
Type: SystemString

[Missing <param name="file_key"/> documentation for "M:pdftron.PDF.PDFDoc.AddFileAttachment(System.String,pdftron.PDF.FileSpec)"]

embeded_file
Type: pdftron.PDFFileSpec

[Missing <param name="embeded_file"/> documentation for "M:pdftron.PDF.PDFDoc.AddFileAttachment(System.String,pdftron.PDF.FileSpec)"]

See Also