| PdfFileAttachmentAnnotation Class |
Represents a file attachment annotation
Inheritance Hierarchy Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public class PdfFileAttachmentAnnotation : PdfMarkupAnnotation
Public Class PdfFileAttachmentAnnotation
Inherits PdfMarkupAnnotation
public ref class PdfFileAttachmentAnnotation : public PdfMarkupAnnotation
type PdfFileAttachmentAnnotation =
class
inherit PdfMarkupAnnotation
end
public class PdfFileAttachmentAnnotation extends PdfMarkupAnnotation
Patagames.Pdf.Net.Annotations.PdfFileAttachmentAnnotation = function();
Type.createClass(
'Patagames.Pdf.Net.Annotations.PdfFileAttachmentAnnotation',
Patagames.Pdf.Net.Annotations.PdfMarkupAnnotation);
The PdfFileAttachmentAnnotation type exposes the following members.
Constructors | Name | Description |
---|
| PdfFileAttachmentAnnotation(PdfPage) |
Creates a new PdfFileAttachmentAnnotation.
|
| PdfFileAttachmentAnnotation(PdfPage, PdfTypeBase) |
Initializes a new instance of the PdfFileAttachmentAnnotation class based on the specified dictionary.
|
| PdfFileAttachmentAnnotation(PdfPage, FileIconNames, String, Byte, Single, Single) |
Creates a new PdfFileAttachmentAnnotation.
|
| PdfFileAttachmentAnnotation(PdfPage, FileIconNames, String, Byte, FS_COLOR, Single, Single) |
Creates a new PdfFileAttachmentAnnotation.
|
TopProperties | Name | Description |
---|
| ExtendedIconName |
The name of an icon to be used in displaying the annotation.
|
| FileSpecification |
Gets or sets a file specification described the file associated with this annotation.
|
| StandardIconName |
The name of an icon to be used in displaying the annotation.
|
TopMethods Remarks
A file attachment annotation (PDF 1.3) contains a reference to a file, which typically
is embedded in the PDF file; For example, a table of data might
use a file attachment annotation to link to a spreadsheet file based on that data;
activating the annotation extracts the embedded file and gives the user an opportunity
to view it or store it in the file system.
The Contents entry of the annotation dictionary may specify descriptive text relating
to the attached file.
See Also