Class EmbedFileConfiguration
Configuration of Embed
Specifying type of embeddding file, file name, and custom of XMP Metadata
Inheritance
Namespace: IronPdf
Assembly: IronPdf.dll
Syntax
public class EmbedFileConfiguration : Object
Constructors
EmbedFileConfiguration(EmbedFileType)
Initailize an instance for a constructor class Embed
Declaration
public EmbedFileConfiguration(EmbedFileType embedFileType)
Parameters
Type | Name | Description |
---|---|---|
Embed |
embedFileType | type of supported embedding file to PDF/A document |
Properties
AFDesc
Associated file description for embedding file
Declaration
public string AFDesc { get; set; }
Property Value
Type | Description |
---|---|
System. |
Remarks
Using the default description if none
AFRelationship
Relation of the associated file (embedding file) to PDF/A document
Declaration
public AFRelationship AFRelationship { get; set; }
Property Value
Type | Description |
---|---|
AFRelationship |
ConformanceLevel
Conformance level of embedding XML file applying to XMP Metadata of PDF/A document
Declaration
public ConformanceLevel ConformanceLevel { get; set; }
Property Value
Type | Description |
---|---|
Conformance |
Remarks
default value is ConformanceLevel.EN16931
EmbedFileName
Name of embedding file to PDF/A document
Declaration
public string EmbedFileName { get; set; }
Property Value
Type | Description |
---|---|
System. |
Remarks
In case of using a directory of embed file Embed
EmbedFileType
Type of supported embedding file to PDF/A document
Declaration
public EmbedFileType EmbedFileType { get; }
Property Value
Type | Description |
---|---|
Embed |
PropertyVersion
Property Version of embedding XML file applying to XMP Metadata of PDF/A document
Declaration
public PropertyVersion PropertyVersion { get; set; }
Property Value
Type | Description |
---|---|
Property |
Remarks
default value is PropertyVersion.v1
SchemaNamespace
PDF/A Schema NamespaceURI of embedding XML file appyling to XMP Metadata of PDF/A document
Declaration
public SchemaNamespace SchemaNamespace { get; set; }
Property Value
Type | Description |
---|---|
Schema |
Remarks
default value is SchemaNamespace.facturX
SchemaPrefix
PDF/A Schema Prefix of embedding XML file appyling to XMP Metadata of PDF/A document
Declaration
public SchemaPrefix SchemaPrefix { get; set; }
Property Value
Type | Description |
---|---|
Schema |
Remarks
defalut value is SchemaPrefix.fx