Class GoTo
This class represents a GoTo action.
Namespace: PSPDFKit.Sdk.Models.Annotation.Actions
Assembly: Sdk.dll
Syntax
public sealed class GoTo : ActionBase
Constructors
| Edit this page View SourceGoTo(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 SourcePageIndex
The index of the page to go to.
Declaration
[JsonProperty(NamingStrategyType = typeof(CamelCaseNamingStrategy))]
public int PageIndex { get; set; }
Property Value
Type | Description |
---|---|
int |