PdfDocumentCreateAttachmentFromData(Byte, String, String) Method
Creates an attachment in PDF document from the given data
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public void CreateAttachmentFromData(
byte[] data,
string name,
string description
)
Public Sub CreateAttachmentFromData (
data As Byte(),
name As String,
description As String
)
public:
void CreateAttachmentFromData(
array<unsigned char>^ data,
String^ name,
String^ description
)
member CreateAttachmentFromData :
data : byte[] *
name : string *
description : string -> unit
Parameters
- data Byte
- The data to embed in PDF
- name String
- The name of the attachment
- description String
- Descriptive noteText associated with the attachment