Sets value to the give FileSpec object
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Set(
FileSpec p
)
Public Sub Set (
p As FileSpec
)
public:
virtual void Set(
[InAttribute] FileSpec^ p
) sealed
Parameters
- p
- Type: pdftron.PDFFileSpec
a FileSpec object
See Also