PageRef
Kind: class
Module/package: models
SDK: pdfdancer-client-typescript 2.0.0
Declaration
class PageRef extends ObjectRef
Members
constructor
constructor(internalId: string, position: Position, type: ObjectType, pageSize?: PageSize, orientation?: Orientation): PageRef
toDict
toDict(): Record<string, any>
internalId
internalId: string
orientation
orientation?: Orientation
pageSize
pageSize?: PageSize
position
position: Position
type
type: ObjectType