Class Attachment

Represents annotation attachment data in the document.

Inheritance
System.Object
Attachment
Namespace: PSPDFKit.Pdf.Annotation
Assembly: PSPDFKit.dll
Syntax
public sealed class Attachment

Constructors

Attachment(IBuffer, String)

Construct an attachment for an IAnnotation.

Declaration
public Attachment(IBuffer binary, string encoding)
Parameters
Type Name Description
Windows.Storage.Streams.IBuffer binary

The binary blob that is the attachment.

System.String encoding

The encoding of the attachment data.

Properties

Binary

The binary attachment data.

Declaration
public IBuffer Binary { get; }
Property Value
Type Description
Windows.Storage.Streams.IBuffer

Encoding

The encoding of the binary attachment data.

Declaration
public string Encoding { get; }
Property Value
Type Description
System.String