EmbeddedFile Class

ABCpdf .net

 
   

An EmbeddedFile represents a file stream embedded inside a PDF document.

It includees a small amount of metadata such as, optionally, the file creation and modification date. However it is primarily related to file data..

System.Object
   WebSupergoo.ABCpdf10.Objects.IndirectObject
      WebSupergoo.ABCpdf10.Objects.StreamObject
         WebSupergoo.ABCpdf10.Objects.EmbeddedFile

 

   
   
Method Description
EmbeddedFile EmbeddedFile Constructor.
Throws Exceptions UpdateMetadata Update metadata for the embedded file.
inherited methods...

 

   
   
Property Description
Checksum The 16 byte checksum for the embedded file.
CreationDate The creation date of the embedded file.
MacCreator The Macintosh file creator - a four char code represented as an integer.
MacResFork The Macintosh resource forks stream for this file.
MacType The Macintosh file type - a four char code represented as an integer.
ModificationDate The modification date of the embedded file.
Size The size of the embedded file.
Subtype The subtype of the embedded file.
inherited properties...