public class

ViewChangeCollection

extends Object
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 destroy()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ViewChangeCollection ()

A default constructor for ViewChangeCollection

Public Methods

public static ViewChangeCollection __Create (long impl)

public long __GetHandle ()

public void destroy ()