3 #include "FileFormat.h"
5 using namespace System::IO;
6 using namespace System::Xml;
7 using namespace System::Drawing;
8 using namespace System::Collections::Generic;
13 public enum class CategoryIndex : int
23 Commonwealth_Territory_FullName = 8,
24 Commonwealth_Territory_2_letter_abbrev = 9,
34 State_2_letter_abbrev = 19,
36 Redact_Between_Brackets = 21,
37 Military_locations_FullName = 22,
38 Military_locations_2_letter_abbrev = 23
51 void RedactText(Color clr,Dictionary<
int,List<System::Drawing::Rectangle>^>^ TextRects,array<int>^ PageNos);
52 void AddWaterMark(String^ WatermarkText, String^ FontName ,
int FontHeight,
int RotationAngle,Alignment alignment, Color clr);
53 void AdvancedTextSearch(Dictionary<
int,List<System::Drawing::Rectangle>^>^ rects,String^ strName,
bool keepPrefix,
bool RevealLastDigits,
int CategoryIndex);
58 property System::Drawing::Image^ ScaledImage[float,float]
60 virtual System::Drawing::Image^
get(
float x,
float y)
override
62 return GetScaledImage(x,y);
66 System::Drawing::Image^ GetScaledImage(
float x,
float y);