Class PdfEmbeddedFileStream.Keys
Predefined keys of this dictionary.
public class PdfEmbeddedFileStream.Keys : PdfDictionary.PdfStream.Keys
- Inheritance
-
PdfEmbeddedFileStream.Keys
- Inherited Members
Constructors
Keys()
public Keys()
Fields
Params
(Optional) An embedded file parameter dictionary containing additional, file-specific information (see Table 3.43).
public const string Params = "/Params"
Field Value
Subtype
(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 const string Subtype = "/Subtype"
Field Value
Type
(Optional) The type of PDF object that this dictionary describes; if present, must be EmbeddedFile for an embedded file stream.
public const string Type = "/Type"