Gets the file specification by specification string.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfFileSpecification this[
string specification
] { get; }
VB
Public ReadOnly Default Property Item (
specification As String
) As PdfFileSpecification
Get
Parameters
- specification
- Type: System.String
The file specification string.
Return Value
Type:
PdfFileSpecification
The file specification for the given specification string or
null
if specification is not found.
See Also