PdfAttachment Class

The PDF attachment class. An object of this class can be created by the CreateAttachmentFromFile(PdfPage, RectangleF, PdfAttachIconType, String) and CreateAttachmentFromStream(PdfPage, RectangleF, PdfAttachIconType, Stream, String) methods of the PdfDocument class

Definition

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

Properties

Description The file attachment description
IconColor The file attachment icon color in PDF page
IconRectangle The file attachment icon type 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