[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.FileAttachmentAnnotation

Class FileAttachmentAnnotation

Namespace
GrapeCity.Documents.Pdf.Annotations
Assembly
GcDocs.Pdf.dll

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

public class FileAttachmentAnnotation : MarkupAnnotation, IOwnedObject, IContentItem, IPdfDict
Inheritance
object
FileAttachmentAnnotation
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

FileAttachmentAnnotation()

Initializes a new instance of the FileAttachmentAnnotation class.

public FileAttachmentAnnotation()

Properties

File

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

public FileSpecification File { get; set; }

Property Value

FileSpecification

Icon

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

public FileAttachmentAnnotationIcon Icon { get; set; }

Property Value

FileAttachmentAnnotationIcon