FileSpecification Constructor (String, Annotation) |
Constructor for FileSpecification.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic FileSpecification(
string fileName,
Annotation annot
)
Public Sub New (
fileName As String,
annot As Annotation
)
public:
FileSpecification(
String^ fileName,
Annotation^ annot
)
new :
fileName : string *
annot : Annotation -> FileSpecification
Parameters
- fileName
- Type: SystemString
File path. - annot
- Type: Aspose.Pdf.AnnotationsAnnotation
The annotation.
See Also