Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Ref

Hierarchy

  • Ref

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new Ref(_instance: any): Ref

Properties

Private _instance

_instance: any

Accessors

generation

  • get generation(): any

objectNumber

  • get objectNumber(): number
  • set objectNumber(value: number): void

Methods

deref

  • If ref is an indirect object, de-reference ref to PdfObject

    Returns Obj

isIndirect

  • isIndirect(): boolean
  • Check if ref points to an indirect object. Object is indirect if both object and generation numbers are not 0

    Returns boolean

set

  • set(value: number): void

toString

  • toString(): string

write

  • write(output: string): void

Generated using TypeDoc