Property this
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
this[string]
Gets the file specification by specification string.
public PdfFileSpecification? this[string specification] { get; }
Parameters
specification
stringThe file specification string.
Property Value
- PdfFileSpecification
The file specification for the given specification string or
null
if specification is not found.