PdfGoToAction.View Property

Gets or sets the view to display as the result of the action.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfDocumentView View { get; set; }
VB
Public Property View As PdfDocumentView
	Get
	Set

Property Value

Type: PdfDocumentView
The view to display as the result of the action.

See Also