PdfFileSpecificationAssociatedRelationshipType Property |
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxpublic PdfAssociatedFileRelationshipType AssociatedRelationshipType { get; set; }
Public Property AssociatedRelationshipType As PdfAssociatedFileRelationshipType
Get
Set
Property Value
PdfAssociatedFileRelationshipType
A name value that represents the relationship between the component of this PDF document that refers to this
PdfFileSpecification and the associated file denoted by this
PdfFileSpecification.
Exceptions
Remarks Note |
---|
Unspecified is to be used only when no other value correctly reflects the relationship. |
Second-class names (see Annex E, "PDF Name Registry") might be used to represent other types of relationships. In that case, AssociatedRelationshipType returns Custom.
Note |
---|
The value of AssociatedRelationshipType does not explicitly provide any processing instructions for a PDF processor. It is provided for information and semantic purposes for those processors that are able to use such additional information. |
See Also