PdfEmbeddedFileKeys ClassTerminal Works - PDF Printing.Net Library
Predefined keys of this embedded file.
Inheritance Hierarchy

SystemObject
  PdfEdit.PdfKeysBase
    PdfEdit.PdfPdfDictionaryPdfStreamKeys
      PdfEdit.Pdf.AdvancedPdfEmbeddedFileKeys

Namespace: PdfEdit.Pdf.Advanced
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public class Keys : PdfDictionaryPdfStreamKeys

The PdfEmbeddedFileKeys type exposes the following members.

Constructors

  NameDescription
Public methodPdfEmbeddedFileKeys
Initializes a new instance of the PdfEmbeddedFileKeys class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberCheckSum
(Optional) A 16-byte string that is the checksum of the bytes of the uncompressed embedded file. The checksum is calculated by applying the standard MD5 message-digest algorithm (described in Internet RFC 1321, The MD5 Message-Digest Algorithm; see the Bibliography) to the bytes of the embedded file stream.
Public fieldStatic memberCreationDate
(Optional) The date and time when the embedded file was created.
Public fieldStatic memberMac
(Optional) A subdictionary containing additional information specific to Mac OS files (see Table 3.44).
Public fieldStatic memberModDate
(Optional) The date and time when the embedded file was last modified.
Public fieldStatic memberParams
(Optional) An embedded file parameter dictionary containing additional, file-specific information (see Table 3.43).
Public fieldStatic memberSize
(Optional) The size of the embedded file, in bytes.
Public fieldStatic memberSubtype
(Optional) The subtype of the embedded file. The value of this entry must be a first-class name, as defined in Appendix E. Names without a registered prefix must conform to the MIME media type names defined in Internet RFC 2046, Multipurpose Internet Mail Extensions (MIME), Part Two: Media Types(see the Bibliography), with the provision that characters not allowed in names must use the 2-character hexadecimal code format described in Section 3.2.4, “Name Objects.”
Public fieldStatic memberType
(Optional) The type of PDF object that this dictionary describes; if present, must be EmbeddedFile for an embedded file stream.
Top
See Also

Reference