Show / Hide Table of Contents

Class ViewChangeCollection

Class for collecting changes to a PDFDoc and/or viewer, which can 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.

Inheritance
System.Object
ViewChangeCollection
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: pdftron.PDF
Assembly: PDFNetAndroid.dll
Syntax
public class ViewChangeCollection : IDisposable

Constructors

ViewChangeCollection()

A default constructor for ViewChangeCollection

Declaration
public ViewChangeCollection()

Methods

Destroy()

Declaration
public void Destroy()

Dispose()

Declaration
public void Dispose()

Dispose(Boolean)

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing

Finalize()

Releases all resources used by the ActionParameter

Declaration
protected void Finalize()

op_Assign(ViewChangeCollection)

Declaration
public ViewChangeCollection op_Assign(ViewChangeCollection r)
Parameters
Type Name Description
ViewChangeCollection r
Returns
Type Description
ViewChangeCollection

Implements

System.IDisposable
In This Article
Back to top Generated by DocFX