PdfAttachment(RectangleFloat, Byte, String) Constructor
            Creates an attachment in PDF document from the given data
            
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfAttachment(
	RectangleFloat iconRectangle,
	byte[] data,
	string name
)
Public Sub New ( 
	iconRectangle As RectangleFloat,
	data As Byte(),
	name As String
)
public:
PdfAttachment(
	RectangleFloat^ iconRectangle, 
	array<unsigned char>^ data, 
	String^ name
)
new : 
        iconRectangle : RectangleFloat * 
        data : byte[] * 
        name : string -> PdfAttachment
Parameters
- iconRectangle  RectangleFloat
 - The bounding rectangle of the attachment icon
 - data  Byte
 - The data to embed in PDF
 - name  String
 - The name of the attachment