Method Get
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Get(string)
Gets the file specification by specification string.
public PdfFileSpecification? Get(string specification)
Parameters
specification
stringThe file specification string.
Returns
- PdfFileSpecification
The file specification for the given specification string or
null
if specification is not found.