Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Initializes a new instance of the EmbeddedFile class.
Namespace: Apitron.PDF.Kit.FixedLayout
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
public EmbeddedFile( string fileName, string thumbID, string description, string mime = "application/octet-stream" )
Parameters
- fileName
- Type: SystemString
Name of the file. - thumbID
- Type: SystemString
The thumb identifier. - description
- Type: SystemString
The description. - mime (Optional)
- Type: SystemString
The MIME.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | fileName |
FileNotFoundException | File was not found |
See Also