PdfAttachment(RectangleFloat, String) Constructor
Creates an attachment in PDF document from the given file
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfAttachment(
RectangleFloat iconRectangle,
string file
)
Public Sub New (
iconRectangle As RectangleFloat,
file As String
)
public:
PdfAttachment(
RectangleFloat^ iconRectangle,
String^ file
)
new :
iconRectangle : RectangleFloat *
file : string -> PdfAttachment
Parameters
- iconRectangle RectangleFloat
- The bounding rectangle of the attachment icon
- file String
- The full path of the file to attach