Click or drag to resize

PdfFileSpecificationSetEmbeddedFile(String) Method

Sets the EmbeddedFile to a new PdfEmbeddedFile copied from the resource specified by the filePath.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfEmbeddedFile SetEmbeddedFile(
	string filePath
)

Parameters

filePath  String
The location of the resource copied to the EmbeddedFile.

Return Value

PdfEmbeddedFile
The file specification's EmbeddedFile.
See Also