GoToRemoteAction

PDF action representing a change to page in another PDF document.

Constructors

Link copied to clipboard
constructor(@Nullable pdfPath: String, pageIndex: Int)
Creates action instance.
constructor(@Nullable pdfPath: String, pageIndex: Int, @Nullable subActions: List<Action>)
Creates action instance.
constructor(@Nullable pdfPath: String, pageIndex: Int, type: DestinationType, left: Float, top: Float, width: Float, height: Float, zoom: Float, @Nullable subActions: List<Action>)
Creates action instance.

Properties

Link copied to clipboard
Link copied to clipboard
@IntRange(from = 0)
@get:IntRange(from = 0)
val pageIndex: Int
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
Returns type of action to make down-casting easier.
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String