Class GoTo

This class represents a GoTo action.

Inheritance
GoTo
Namespace: PSPDFKit.Sdk.Models.Annotation.Actions
Assembly: Sdk.dll
Syntax
public sealed class GoTo : ActionBase

Constructors

| Edit this page View Source

GoTo(int)

Sets the index of the page to go to.

Declaration
public GoTo(int pageIndex)
Parameters
Type Name Description
int pageIndex

The index of the page to go to.

Properties

| Edit this page View Source

PageIndex

The index of the page to go to.

Declaration
[JsonProperty(NamingStrategyType = typeof(CamelCaseNamingStrategy))]
public int PageIndex { get; set; }
Property Value
Type Description
int