public static class

PDFCompat.Redactor

extends Object
java.lang.Object
   ↳ com.pdftron.pdf.PDFCompat.Redactor

Summary

Public Methods
static void Redact(long doc, long[] temp, boolean redaction_overlay, long positive_overlay_color, long negative_overlay_color, boolean border, boolean use_overlay_text, long font, double min_font_size, double max_font_size, long text_color, int horiz_text_alignment, int vert_text_alignment, boolean show_redacted_content_regions, long redacted_content_color, boolean ext_neg_mode, boolean page_coord_sys)
static long RedactionCreate(int page_num, long bbox, boolean negative, String text)
static void RedactionDestroy(long impl)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static void Redact (long doc, long[] temp, boolean redaction_overlay, long positive_overlay_color, long negative_overlay_color, boolean border, boolean use_overlay_text, long font, double min_font_size, double max_font_size, long text_color, int horiz_text_alignment, int vert_text_alignment, boolean show_redacted_content_regions, long redacted_content_color, boolean ext_neg_mode, boolean page_coord_sys)

public static long RedactionCreate (int page_num, long bbox, boolean negative, String text)

public static void RedactionDestroy (long impl)