Table of Contents

Property ViewName

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

ViewName

Gets or sets the name of the view. The view with this name should be displayed as the result of this PdfGoToAction.

public string? ViewName { get; set; }

Property Value

string

The name of the view.

Remarks

The value can be null for explicitly defined views. However, setting null is not allowed.