PdfFileAttachmentAnnotationSetFile Method |
Sets the file associated with this annotation.
Namespace: SautinSoft.Pdf.AnnotationsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.4.2
Syntaxpublic PdfFileSpecification SetFile(
string fileSpecificationName
)
Public Function SetFile (
fileSpecificationName As String
) As PdfFileSpecification
Parameters
- fileSpecificationName String
- The name of the file associated with this annotation.
Return Value
PdfFileSpecification
A newly created
PdfFileSpecification with the specified name associated with this annotation.
Exceptions
See Also