FileSpecification Constructor (String, String)
Constructor for FileSpecification.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public FileSpecification(
	string file,
	string description
)

Parameters

file
Type: SystemString
File path.
description
Type: SystemString
File description.
See Also