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