Class PDFExport.EmbeddedFile
Embedded File
Inheritance
System.Object
PDFExport.EmbeddedFile
Namespace: FastReport.Export.Pdf
Assembly: FastReport.dll
Syntax
public class EmbeddedFile
Constructors
EmbeddedFile()
Declaration
public EmbeddedFile()
Properties
Description
Description of embedded file.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileStream
Stream of embedded file.
Declaration
public Stream FileStream { get; set; }
Property Value
Type | Description |
---|---|
System.IO.Stream |
MIME
Valid MIME type.
Declaration
public string MIME { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ModDate
Modify Date of embedded file.
Declaration
public DateTime ModDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Name
Name of embedded file.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Relation
Relationship between the embedded document and the PDF part.
Declaration
public PDFExport.EmbeddedRelation Relation { get; set; }
Property Value
Type | Description |
---|---|
PDFExport.EmbeddedRelation |
Xref
File reference.
Declaration
public long Xref { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
ZUGFeRDConformanceLevel
ZUGFeRD Conformance Level.
Declaration
public PDFExport.ZUGFeRD_ConformanceLevel ZUGFeRDConformanceLevel { get; set; }
Property Value
Type | Description |
---|---|
PDFExport.ZUGFeRD_ConformanceLevel |