RemovePageRedaction class

RemovePageRedaction class

Represents a redaction that removes a page (slide, worksheet, etc.) from a document.

Inheritance: RemovePageRedactionRedaction

The RemovePageRedaction type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of RemovePageRedaction class.

Properties

Property Description
description Returns a string, describing the redaction and its parameters.
origin Gets seek reference position, the beginning or the end of a document.
index Gets start position index (0-based).
count Gets the count of pages to remove.

Methods

Method Description
apply_to Applies the redaction to a given format instance.

Remarks

Learn more | | | |

Example

The following example demonstrates how to remove the last page of the document.

See Also