All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
pdftron::PDF::Redaction Class Reference

#include <Redactor.h>

Public Member Functions

 Redaction (int page_num, const Rect &bbox, bool negative, const UString &text)
 
 ~Redaction ()
 
void Destroy ()
 

Detailed Description

Definition at line 76 of file Redactor.h.

Constructor & Destructor Documentation

pdftron::PDF::Redaction::Redaction ( int  page_num,
const Rect bbox,
bool  negative,
const UString text 
)
Parameters
page_num- a page number on which to perform the redaction.
bbox- the bounding box for the redaction in PDF page coordinate system.
negative- if true, remove the content outside of the redaction area, otherwise remove the content inside the redaction area.
text- optional anchor text to be placed in the redaction region.
pdftron::PDF::Redaction::~Redaction ( )

Member Function Documentation

void pdftron::PDF::Redaction::Destroy ( )

Frees the native memory of the object.


The documentation for this class was generated from the following file: