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.
Implements
Inherited Members
Namespace: pdftron.PDF
Assembly: PDFTronDotNet.dll
Syntax
public class ViewChangeCollection : IDisposable
Constructors
ViewChangeCollection()
A default constructor for ViewChangeCollection
Declaration
public ViewChangeCollection()
Methods
Destroy()
Declaration
public void Destroy()
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |
~ViewChangeCollection()
Releases all resources used by the ActionParameter
Declaration
protected ~ViewChangeCollection()
op_Assign(ViewChangeCollection)
Declaration
public ViewChangeCollection op_Assign(ViewChangeCollection r)
Parameters
Type | Name | Description |
---|---|---|
ViewChangeCollection | r |
Returns
Type | Description |
---|---|
ViewChangeCollection |