RemovePageRedaction Class |
Namespace: GroupDocs.Redaction.Redactions
The RemovePageRedaction type exposes the following members.
Name | Description | |
---|---|---|
![]() | RemovePageRedaction |
Initializes a new instance of RemovePageRedaction class.
|
Name | Description | |
---|---|---|
![]() | Count |
Gets the count of pages to remove.
|
![]() | Description |
Returns a string, describing the redaction and its parameters.
(Inherited from Redaction.) |
![]() | Index |
Gets start position index (0-based).
|
![]() | Origin |
Gets seek reference position, the beginning or the end of a document.
|
Name | Description | |
---|---|---|
![]() | ApplyTo |
Applies the redaction to a given format instance.
(Overrides RedactionApplyTo(DocumentFormatInstance).) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
using (Redactor redactor = new Redactor(@"C:\test.pdf")) { redactor.Apply(new RemovePageRedaction(PageSeekOrigin.End, 0, 1)); redactor.Save() }