public class

ViewChangeCollection

extends Object
implements AutoCloseable
java.lang.Object
   ↳ com.pdftron.pdf.ViewChangeCollection

Class Overview

Class for collecting changes to a PDFDoc and/or viewer, which can then be passed to various functions to act on. Allows for chaining of modifications, which can then be updated by PDFNet in the best possible way.

Summary

Public Constructors
ViewChangeCollection()
A default constructor for ViewChangeCollection
Public Methods
static ViewChangeCollection __Create(long impl)
long __GetHandle()
void close()
Frees the native memory of the object.
void destroy()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.lang.AutoCloseable

Public Constructors

public ViewChangeCollection ()

A default constructor for ViewChangeCollection

Public Methods

public static ViewChangeCollection __Create (long impl)

public long __GetHandle ()

public void close ()

Frees the native memory of the object. This can be explicity called to control the deallocation of native memory and avoid situations where the garbage collector does not free the object in a timely manner.

public void destroy ()