FileSpecification Constructor (String, Annotation)
Constructor for FileSpecification.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public FileSpecification(
	string fileName,
	Annotation annot
)

Parameters

fileName
Type: SystemString
File path.
annot
Type: Aspose.Pdf.AnnotationsAnnotation
The annotation.
See Also