PdfAttachment Class

The PDF attachment class

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class PdfAttachment : PdfObject
Inheritance
Object    PdfObject    PdfAttachment

Constructors

PdfAttachment(RectangleFloat, String) Creates an attachment in PDF document from the given file
PdfAttachment(RectangleFloat, Byte, String) Creates an attachment in PDF document from the given data

Properties

Description The file attachment description
IconColor The file attachment icon color in PDF page
IconRectangle The file attachment icon rectangle in PDF page
IconType The file attachment icon type in PDF page

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also