Table of Contents

Property Name

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Name

Gets the name of the view.

[Obsolete("This property will be removed in the next release of the library. Use PdfGoToPageAction.ViewName or PdfRemoteGoToPageAction.ViewName properties instead. You can also search a view in the PdfDocument.SharedViews collection")]
public string? Name { get; }

Property Value

string

The name of the view.

Remarks

Not all views has a name. For views explicitly specified using page and zoom the value of this property is null.