Click or drag to resize

PdfAttachment Class

Represents attachment of document.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfAttachment

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public class PdfAttachment

The PdfAttachment type exposes the following members.

Constructors
 NameDescription
Public methodPdfAttachment(String, PdfFileSpecification) Initialize new instance of PdfAttachment class.
Public methodPdfAttachment(PdfDocument, String, Byte) Create a new attachment.
Top
Properties
 NameDescription
Public propertyContent Gets the content of the attachment.
Public propertyFileSpecification Gets a file specification described the attachment.
Public propertyName Gets the name of the attachment.
Top
See Also