Enum PDFExport.EmbeddedRelation
Relationship between the embedded document and the PDF part.
Namespace: FastReport.Export.Pdf
Assembly: FastReport.dll
Syntax
public enum EmbeddedRelation
Fields
Name | Description |
---|---|
Alternative | This data relationship should be used if the embedded data are an alternative representation of the PDF contents. |
Data | The embedded file contains data which is used for the visual representation. |
Source | The embedded file contains the source data for the visual representation derived therefrom in the PDF part. |
Supplement | This data relationship is used if the embedded file serves neither as the source nor as the alternative representation, but the file contains additional information. |
Unspecified | If none of the data relationships above apply or there is an unknown data relationship, this data relationship is used. |