API Reference
Enum
PdfAssociatedFileRelationship
Relationship between a PDF document and an associated embedded file.
Inheritance
- Enum
- PdfAssociatedFileRelationship
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Field PdfAssociatedFileRelationship.Alternative
- Field PdfAssociatedFileRelationship.Data
- Field PdfAssociatedFileRelationship.Source
- Field PdfAssociatedFileRelationship.Supplement
- Field PdfAssociatedFileRelationship.Unspecified
- Property PdfAttachmentInfo.Relationship
- Property PdfDocumentInfo.AttachmentsByRelationship
- Property PdfEmbeddedFile.Relationship
- Property PdfExtractedAttachment.Relationship
Accepted by parameters
- Method PdfDocument.AttachFacturXInvoiceXml
- Method PdfDocument.AttachFacturXInvoiceXmlFile
- Method PdfDocument.AttachFile
- Method PdfDocument.ConfigureElectronicInvoiceGroundwork
- Method PdfDocument.ConfigureElectronicInvoiceGroundworkFile
- Method PdfDocument.ConfigureFacturXGroundwork
- Method PdfDocument.ConfigureFacturXGroundworkFile
- Method PdfDocumentInfo.GetAttachmentsByRelationship
- Method PdfDocumentReader.AttachmentMetadataByRelationship
- Method PdfDocumentReader.TryAttachmentMetadataByRelationship
- Constructor PdfEmbeddedFile.PdfEmbeddedFile
- Method PdfLogicalDocument.GetAttachmentsByRelationship
- Method PdfOptions.AddEmbeddedFile
- Method PdfOptions.AddFacturXInvoiceXml
- Method PdfOptions.AddFacturXInvoiceXmlFile
- Method PdfOptions.ConfigureElectronicInvoiceGroundwork
- Method PdfOptions.ConfigureElectronicInvoiceGroundworkFile
- Method PdfOptions.ConfigureFacturXGroundwork
- Method PdfOptions.ConfigureFacturXGroundwork
- Method PdfOptions.ConfigureFacturXGroundworkFile
- Method PdfOptions.UseFacturX
- Method PdfOptions.UseFacturXFile
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const PdfAssociatedFileRelationship Unspecified #The relationship is intentionally unspecified.
Value:
0public const PdfAssociatedFileRelationship Source #The embedded file is the source material for the PDF.
Value:
1public const PdfAssociatedFileRelationship Data #The embedded file contains data associated with the PDF.
Value:
2public const PdfAssociatedFileRelationship Alternative #The embedded file is an alternative representation of the PDF content.
Value:
3public const PdfAssociatedFileRelationship Supplement #The embedded file supplements the PDF content.
Value:
4