PdfFileSpecificationAddRelatedFile Method |
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.8.27
Syntaxpublic PdfEmbeddedFile AddRelatedFile(
PdfString key
)
Public Function AddRelatedFile (
key As PdfString
) As PdfEmbeddedFile
Parameters
- key PdfString
- The name of one of the related file.
Return Value
PdfEmbeddedFile
The related file added to the file specification's
RelatedFiles.
Exceptions
See Also