DocumentAddFileAttachment(String, String) Method
Adds an attachment a given file and given description to this PDF document
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public void AddFileAttachment(
string filePath,
string descr
)
Public Sub AddFileAttachment (
filePath As String,
descr As String
)
public:
void AddFileAttachment(
String^ filePath,
String^ descr
)
member AddFileAttachment :
filePath : string *
descr : string -> unit
Parameters
- filePath String
- The path to file to be attached
- descr String
- The attachment description