FileAttachmentSetFileSpec Method |
Sets the file specification.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetFileSpec(
FileSpec file
)
Public Sub SetFileSpec (
file As FileSpec
)
public:
virtual void SetFileSpec(
[InAttribute] FileSpec^ file
) sealed
function SetFileSpec(file);
Parameters
- file
- Type: pdftron.PDFFileSpec
The file associated with this annotation.
See Also