[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.FileAttachmentAnnotation

FileAttachmentAnnotation Class

Represents a reference to a file which typically is embedded in the PDF file.

Namespace: GrapeCity.Documents.Pdf.Annotations
Assembly: DS.Documents.Pdf.dll
Syntax
public class FileAttachmentAnnotation : MarkupAnnotation, IOwnedObject, IContentItem, IPdfDict
Public Class FileAttachmentAnnotation
    Inherits MarkupAnnotation
    Implements IOwnedObject, IContentItem, IPdfDict

Constructors

Name Description
FileAttachmentAnnotation()

Initializes a new instance of the FileAttachmentAnnotation class.

Properties

Name Description
File

Gets or sets the FileSpecification object that defines the referenced file.

Icon

Gets or sets the type of the icon used to display the annotation.

Extension Methods