SYMBOL INDEX (3619 symbols across 408 files) FILE: App/AppContext.cs class AppContext (line 12) | internal static class AppContext method AppContext (line 31) | static AppContext() { class RecentItems (line 110) | [JsonSerializable] method AddHistoryItem (line 135) | internal static void AddHistoryItem(IList list, string item) { method CleanUpInexistentFiles (line 164) | internal static void CleanUpInexistentFiles(List list) { method CleanUpInexistentFolders (line 168) | internal static void CleanUpInexistentFolders(List list) { method Load (line 172) | internal static bool Load(string path) { method LoadJson (line 176) | internal static bool LoadJson(string path) { method Save (line 251) | internal static void Save(string path, bool saveHistoryFileList, bool ... method SaveJson (line 260) | static void SaveJson(FilePath path, bool saveHistoryFileList, bool ski... method WriteRecentFiles (line 290) | private static void WriteRecentFiles(XmlWriter writer, IList l... FILE: App/Commands.cs class Commands (line 6) | static class Commands FILE: App/Common/CommandRegistry.cs type ICommand (line 11) | interface ICommand

method Process (line 13) | void Process(P context, params string[] parameters); class CommandRegistry (line 20) | sealed class CommandRegistry

method Register (line 29) | public void Register(ICommand

command, params string[] commandIDs) { method Process (line 42) | public bool Process(string commandID, P context, params string[] param... FILE: App/Common/DualKeyDictionary.cs class DualKeyDictionary (line 6) | public class DualKeyDictionary : IDictionary method DualKeyDictionary (line 11) | public DualKeyDictionary() { method GetKeyByValue (line 15) | public K GetKeyByValue(V value) { method Add (line 21) | public void Add(K key, V value) { method ContainsKey (line 26) | public bool ContainsKey(K key) { method ContainsValue (line 29) | public bool ContainsValue(V value) { method Remove (line 35) | public bool Remove(K key) { method TryGetValue (line 45) | public bool TryGetValue(K key, out V value) { method Add (line 63) | public void Add(KeyValuePair item) { method Clear (line 67) | public void Clear() { method Contains (line 72) | public bool Contains(KeyValuePair item) { method CopyTo (line 76) | public void CopyTo(KeyValuePair[] array, int arrayIndex) { method Remove (line 84) | public bool Remove(KeyValuePair item) { method GetEnumerator (line 92) | public IEnumerator> GetEnumerator() { method GetEnumerator (line 100) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... FILE: App/Common/FileHelper.cs class FileHelper (line 6) | static class FileHelper type OverwriteType (line 8) | enum OverwriteType method HasExtension (line 14) | public static bool HasExtension(FilePath fileName, string extension) { method HasFileNameMacro (line 17) | public static bool HasFileNameMacro(string fileName) { method NumericAwareComparePath (line 29) | public static int NumericAwareComparePath(string path1, string path2) { method ToLowerAscii (line 110) | static char ToLowerAscii(char c) { method CheckOverwrite (line 114) | internal static bool CheckOverwrite(string targetFile) { method CombinePath (line 149) | public static string CombinePath(string path1, string path2) { method ComparePath (line 168) | public static bool ComparePath(FilePath path1, FilePath path2) { method IsPathValid (line 172) | public static bool IsPathValid(string filePath) { method IsPathSeparator (line 176) | static bool IsPathSeparator(char c) { method ResetOverwriteMode (line 180) | internal static void ResetOverwriteMode() { method MakePathRootedAndWithExtension (line 184) | internal static string MakePathRootedAndWithExtension(string path, str... method AttachExtensionName (line 189) | static FilePath AttachExtensionName(FilePath fileName, string extensio... method GetNewFileName (line 193) | static string GetNewFileName(string fileName, string extName) { method GetValidFileName (line 201) | public static string GetValidFileName(FilePath fileName) { method GetNewFileNameFromSourceFile (line 204) | internal static string GetNewFileNameFromSourceFile(string fileName, s... method GetTempNameFromFileDirectory (line 211) | internal static string GetTempNameFromFileDirectory(string fileName, s... method GetEllipticPath (line 216) | public static string GetEllipticPath(string path, int length) { method DumpBytes (line 225) | public static byte[] DumpBytes(this byte[] source, FilePath path) { method DumpBytes (line 228) | public static byte[] DumpBytes(this byte[] source, FilePath path, int ... method DumpHexBinBytes (line 237) | public static byte[] DumpHexBinBytes(this byte[] source, FilePath path) { class LocaleInfo (line 262) | static class LocaleInfo FILE: App/Common/FilePath.cs type FilePath (line 13) | public readonly struct FilePath : IEquatable method FilePath (line 39) | public FilePath(string path) : this(path, true) { } method FilePath (line 41) | internal FilePath(string path, bool trim) { method AppendPathSeparator (line 184) | public FilePath AppendPathSeparator() { method TrimPathSeparator (line 191) | public FilePath TrimPathSeparator() { method ChangeExtension (line 210) | public FilePath ChangeExtension(string extension) { method Combine (line 236) | public FilePath Combine(FilePath path) { method Combine (line 244) | public FilePath Combine(FilePath path, bool rootAsRelative) { method CreateDirectory (line 275) | public FilePath CreateDirectory() { method CreateContainingDirectory (line 288) | public FilePath CreateContainingDirectory() { method DeleteFile (line 300) | public void DeleteFile() { method DeleteDirectory (line 306) | public void DeleteDirectory(bool recursive) { method EnsureExtension (line 314) | public FilePath EnsureExtension(string extension) { method FromRoot (line 321) | public static FilePath FromRoot(string path) { method GetDescription (line 327) | public string GetDescription() { method GetFiles (line 334) | public FilePath[] GetFiles(string pattern) { method GetDirectories (line 341) | public FilePath[] GetDirectories(string pattern) { method GetFiles (line 349) | public FilePath[] GetFiles(string pattern, Predicate filter) { method GetFiles (line 383) | static FilePath[] GetFiles(string directory, string filePattern, Predi... method GetDirectories (line 394) | public FilePath[] GetDirectories(string pattern, Predicate fil... method GetDirectories (line 428) | static FilePath[] GetDirectories(string directory, string filePattern,... method GetDirectories (line 434) | static NameList GetDirectories(string path, string[] parts, int partCo... method GetDirectoriesRecursively (line 475) | static void GetDirectoriesRecursively(string directoryPath, ref NameLi... method GetParts (line 490) | public string[] GetParts() { method GetParts (line 497) | public string[] GetParts(bool removeInvalidParts) { method GetRelativePath (line 585) | public FilePath GetRelativePath(FilePath path) { method HasExtension (line 626) | public bool HasExtension(string extension) { method HasExtension (line 635) | public bool HasExtension(params string[] extensions) { method IsInDirectory (line 658) | public bool IsInDirectory(FilePath containingPath, bool rootAsRelative) { method IsDirectorySeparator (line 667) | static bool IsDirectorySeparator(char ch) { method IsSubPath (line 673) | public bool IsSubPath(bool rootAsRelative) { method Normalize (line 716) | public FilePath Normalize() { method OpenFileReader (line 734) | public Stream OpenFileReader() { method OpenFileWriter (line 739) | public Stream OpenFileWriter(bool overwrite) { method OpenFile (line 745) | public Stream OpenFile(FileMode mode, FileAccess access, FileShare sha... method OpenFile (line 754) | public Stream OpenFile(FileMode mode, FileAccess access, FileShare sha... method OpenTextReader (line 761) | public StreamReader OpenTextReader(Encoding encoding) { method OpenTextWriter (line 769) | public StreamWriter OpenTextWriter(bool append, Encoding encoding) { method ReadAllBytes (line 777) | public byte[] ReadAllBytes() { return ReadAllBytes(-1); } method ReadAllBytes (line 781) | public byte[] ReadAllBytes(int maxBytes) { method ReadTextFile (line 802) | public string ReadTextFile(Encoding encoding) { method ReadLines (line 809) | public IEnumerable ReadLines(Encoding encoding) { method WriteAllBytes (line 818) | public void WriteAllBytes(bool append, byte[] bytes) { method WriteAllText (line 833) | public void WriteAllText(bool append, Encoding encoding, string text) { method WriteAllLines (line 846) | public void WriteAllLines(bool append, Encoding encoding, IEnumerable<... method WriteAllLines (line 858) | public void WriteAllLines(bool append, Encoding encoding, params strin... method StartProcess (line 865) | public Process StartProcess(string arguments) { method StartProcess (line 871) | public Process StartProcess() { method SubstituteInvalidChars (line 878) | public FilePath SubstituteInvalidChars(char substitution) { method ToFullPath (line 900) | public FilePath ToFullPath() { method ToFileInfo (line 909) | [DebuggerStepThrough] method ToFileVersionInfo (line 918) | [DebuggerStepThrough] method ToDirectoryInfo (line 928) | [DebuggerStepThrough] method ToUri (line 938) | [DebuggerStepThrough] method Equals (line 1026) | public bool Equals(FilePath other) { method Equals (line 1036) | [DebuggerStepThrough] method GetHashCode (line 1043) | [DebuggerStepThrough] method ToString (line 1051) | [DebuggerStepThrough] FILE: App/Common/FontHelper.cs class FontHelper (line 10) | static class FontHelper method GetInstalledFonts (line 18) | public static Dictionary GetInstalledFonts(bool includ... method GetFontsFromRegistryKey (line 29) | static void GetFontsFromRegistryKey(bool includeFamilyName, Dictionary... method AddFontNames (line 68) | static void AddFontNames(Dictionary fontNames, string ... method AddFontName (line 95) | static void AddFontName(Dictionary fontNames, string n... class NativeMethods (line 101) | static class NativeMethods method AddFontResourceEx (line 103) | [DllImport("Gdi32.dll", CharSet = CharSet.Unicode)] method RemoveFontResourceEx (line 105) | [DllImport("Gdi32.dll", CharSet = CharSet.Unicode)] method LoadFont (line 108) | internal static int LoadFont(string path) { method RemoveFont (line 111) | internal static int RemoveFont(string path) { FILE: App/Common/FontUtility.cs class FontUtility (line 7) | static class FontUtility method ListInstalledFonts (line 23) | static void ListInstalledFonts() { type FriendlyFontName (line 47) | internal struct FriendlyFontName : IComparable method FriendlyFontName (line 51) | public FriendlyFontName(string originalName, string displayName) { method ToString (line 55) | public override string ToString() { method CompareTo (line 61) | int IComparable.CompareTo(FriendlyFontName other) { FILE: App/Common/FormHelper.cs class FormHelper (line 8) | static class FormHelper method IsEmptyOrTransparent (line 18) | public static bool IsEmptyOrTransparent(this Color color) { method Round (line 21) | public static Point Round(this PointF point) { method Union (line 24) | public static RectangleF Union(this RectangleF rectangle, RectangleF o... method Transpose (line 32) | public static Point Transpose(this Point point, int x, int y) { method Transpose (line 35) | public static Point Transpose(this Point point, Point transpose) { method Scale (line 38) | public static Size Scale(this Size size, float scale) { method OnFirstLoad (line 41) | public static void OnFirstLoad(this Form form, Action handler) { method SetIcon (line 44) | public static void SetIcon(this Form form, Bitmap bitmap) { method OnFirstLoad (line 47) | public static void OnFirstLoad(this UserControl control, Action handle... method SetValue (line 50) | public static ProgressBar SetValue(this ProgressBar control, int value) { method SetValue (line 56) | public static NumericUpDown SetValue(this NumericUpDown box, int value) { method SetValue (line 59) | public static NumericUpDown SetValue(this NumericUpDown box, float val... method SetValue (line 62) | public static NumericUpDown SetValue(this NumericUpDown box, double va... method SetValue (line 65) | public static NumericUpDown SetValue(this NumericUpDown box, decimal v... method Select (line 72) | public static ListBox Select(this ListBox control, string item) { method Select (line 82) | public static ComboBox Select(this ComboBox control, string item) { method Select (line 92) | public static ListBox Select(this ListBox control, int index) { method Select (line 102) | public static ComboBox Select(this ComboBox control, int index) { method AddRange (line 112) | public static ComboBox AddRange(this ComboBox view, params object[] va... method AppendLine (line 116) | public static TTextBox AppendLine(this TTextBox box) where T... method AppendLine (line 120) | public static TTextBox AppendLine(this TTextBox box, string ... method SetLocation (line 124) | public static void SetLocation(this FileDialog dialog, string path) { method ToggleEnabled (line 131) | public static ToolStrip ToggleEnabled(this ToolStrip toolStrip, bool e... method GetDpiScale (line 140) | public static float GetDpiScale(this Control control) { method ScaleColumnWidths (line 146) | public static void ScaleColumnWidths(this ListView listView, float sca... method ScaleColumnWidths (line 151) | public static void ScaleColumnWidths(this ListView listView) { method ScaleIcons (line 158) | public static ToolStrip ScaleIcons(this ToolStrip toolStrip, int size) { method ScaleIcons (line 162) | public static ToolStrip ScaleIcons(this ToolStrip toolStrip, Size size) { method InsertLinkedText (line 171) | internal static void InsertLinkedText(this RichTextBoxLinks.RichTextBo... method FeedbackDragFileOver (line 191) | public static void FeedbackDragFileOver(this DragEventArgs args, param... method DropFileOver (line 203) | public static string[] DropFileOver(this DragEventArgs args, params st... method DropFileOver (line 213) | public static bool DropFileOver(this Control control, DragEventArgs ar... method HidePopupMenu (line 222) | public static void HidePopupMenu(this ToolStripItem item) { method ClearDropDownItems (line 236) | public static void ClearDropDownItems(this ToolStripItemCollection ite... method ToggleVisibility (line 245) | public static void ToggleVisibility(bool visible, params Control[] con... method ShowDialog (line 250) | public static DialogResult ShowDialog() where TForm : Form, new... method ShowDialog (line 255) | public static DialogResult ShowDialog(this IWin32Window form) w... method ShowDialog (line 261) | public static DialogResult ShowDialog(this IWin32Window form, o... method ShowDialog (line 268) | public static DialogResult ShowDialog(this IWin32Window form, A... method ShowCommonDialog (line 278) | public static DialogResult ShowCommonDialog(this IWin32Window... method ErrorBox (line 289) | internal static void ErrorBox(string text) { method ErrorBox (line 292) | public static void ErrorBox(this Control control, string text) { method ErrorBox (line 295) | public static void ErrorBox(this Control control, string title, Except... method InfoBox (line 308) | internal static void InfoBox(string text) { method YesNoBox (line 311) | internal static DialogResult YesNoBox(string text) { method YesNoCancelBox (line 314) | internal static DialogResult YesNoCancelBox(string text) { method ConfirmOKBox (line 317) | public static bool ConfirmOKBox(string text) { method ConfirmOKBox (line 320) | public static bool ConfirmOKBox(this Control control, string text) { method ConfirmYesBox (line 323) | public static bool ConfirmYesBox(this Control control, string text) { method SendCopyDataMessage (line 326) | public static int SendCopyDataMessage(this System.Diagnostics.Process ... method GetCopyDataContent (line 332) | public static string GetCopyDataContent(ref Message message) { class FormEventHandler (line 339) | sealed class FormEventHandler method FormEventHandler (line 344) | public FormEventHandler(Form form, Action handler) { method OnLoadHandler (line 349) | public void OnLoadHandler(object s, EventArgs args) { class UserControlLoadHandler (line 354) | sealed class UserControlLoadHandler method UserControlLoadHandler (line 359) | public UserControlLoadHandler(UserControl control, Action handler) { method OnLoadHandler (line 364) | public void OnLoadHandler(object s, EventArgs args) { class NativeMethods (line 370) | static class NativeMethods method SendMessage (line 375) | [DllImport(User32DLL, SetLastError = false, CharSet = CharSet.Unicode)] method LocalFree (line 377) | [DllImport("kernel32.dll", SetLastError = true)] type CopyDataStruct (line 381) | struct CopyDataStruct(string text) : IDisposable method Dispose (line 387) | public void Dispose() { FILE: App/Common/ImageBox/DragHandle.cs class DragHandle (line 14) | internal sealed class DragHandle method DragHandle (line 18) | public DragHandle(DragHandleAnchor anchor) method DragHandle (line 27) | private DragHandle() { FILE: App/Common/ImageBox/DragHandleAnchor.cs type DragHandleAnchor (line 12) | internal enum DragHandleAnchor FILE: App/Common/ImageBox/DragHandleCollection.cs class DragHandleCollection (line 16) | internal sealed class DragHandleCollection : IEnumerable method DragHandleCollection (line 26) | public DragHandleCollection() { method GetEnumerator (line 57) | public IEnumerator GetEnumerator() { method HitTest (line 61) | public DragHandleAnchor HitTest(Point point) { method GetEnumerator (line 86) | IEnumerator IEnumerable.GetEnumerator() { FILE: App/Common/ImageBox/ImageBoxEx.cs class ImageBoxEx (line 17) | internal class ImageBoxEx : ImageBox method ImageBoxEx (line 63) | public ImageBoxEx() { method CancelResize (line 210) | public void CancelResize() { method StartMove (line 215) | public void StartMove() { method DrawDragHandle (line 232) | protected virtual void DrawDragHandle(Graphics graphics, DragHandle ha... method OnDragHandleSizeChanged (line 265) | protected virtual void OnDragHandleSizeChanged(EventArgs e) { method OnMaximumSelectionSizeChanged (line 280) | protected virtual void OnMaximumSelectionSizeChanged(EventArgs e) { method OnMinimumSelectionSizeChanged (line 292) | protected virtual void OnMinimumSelectionSizeChanged(EventArgs e) { method OnMouseDown (line 306) | protected override void OnMouseDown(MouseEventArgs e) { method OnMouseMove (line 331) | protected override void OnMouseMove(MouseEventArgs e) { method OnMouseUp (line 366) | protected override void OnMouseUp(MouseEventArgs e) { method OnPaint (line 383) | protected override void OnPaint(PaintEventArgs e) { method OnPanStart (line 401) | protected override void OnPanStart(CancelEventArgs e) { method OnResize (line 415) | protected override void OnResize(EventArgs e) { method OnScroll (line 427) | protected override void OnScroll(ScrollEventArgs se) { method OnSelecting (line 439) | protected override void OnSelecting(ImageBoxCancelEventArgs e) { method OnSelectionMoved (line 449) | protected virtual void OnSelectionMoved(EventArgs e) { method OnSelectionMoving (line 461) | protected virtual void OnSelectionMoving(CancelEventArgs e) { method OnSelectionRegionChanged (line 475) | protected override void OnSelectionRegionChanged(EventArgs e) { method OnSelectionResized (line 485) | protected virtual void OnSelectionResized(EventArgs e) { method OnSelectionResizing (line 497) | protected virtual void OnSelectionResizing(CancelEventArgs e) { method OnZoomChanged (line 511) | protected override void OnZoomChanged(EventArgs e) { method ProcessDialogKey (line 524) | protected override bool ProcessDialogKey(Keys keyData) { method SetCursor (line 544) | protected virtual void SetCursor(Point point) { method CancelMove (line 592) | private void CancelMove() { method CompleteMove (line 597) | private void CompleteMove() { method CompleteResize (line 602) | private void CompleteResize() { method HitTest (line 607) | private DragHandleAnchor HitTest(Point cursorPosition) { method IsOutsideDragZone (line 611) | private bool IsOutsideDragZone(Point location) { method PositionDragHandles (line 623) | private void PositionDragHandles() { method ProcessSelectionMove (line 677) | private void ProcessSelectionMove(Point cursorPosition) { method ProcessSelectionResize (line 703) | private void ProcessSelectionResize(Point cursorPosition) { method ResetDrag (line 780) | private void ResetDrag() { method StartResize (line 787) | private void StartResize(DragHandleAnchor anchor) { FILE: App/Common/ObjectListViewHelper.cs class ObjectListViewHelper (line 8) | static class ObjectListViewHelper method FixEditControlWidth (line 11) | public static void FixEditControlWidth(this ObjectListView view) { method HasSelection (line 16) | public static bool HasSelection(this ObjectListView view) { method View_Disposed (line 20) | static void View_Disposed(object sender, EventArgs e) { method View_CellEditStarting (line 26) | static void View_CellEditStarting(object sender, CellEditEventArgs e) { method RedrawItem (line 37) | public static void RedrawItem(this ObjectListView view, int index) { method SetTreeViewLine (line 44) | public static void SetTreeViewLine(this TreeListView view) { method ExpandSelected (line 52) | public static void ExpandSelected(this TreeListView view, bool moveToF... method Expand (line 71) | public static void Expand(this TreeListView view, System.Collections.I... method Collapse (line 79) | public static void Collapse(this TreeListView view, System.Collections... method AsTyped (line 88) | public static TypedObjectListView AsTyped(this ObjectListView vi... method AsTyped (line 92) | public static TypedObjectListView AsTyped(this ObjectListView vi... method ConfigColumn (line 97) | public static TypedObjectListView ConfigColumn(this TypedObjectL... method AsTyped (line 102) | public static TypedColumn AsTyped(this OLVColumn column, Action<... method GetParentModel (line 107) | public static T GetParentModel(this TreeListView view, T model) whe... method GetAncestorsOrSelf (line 111) | public static List GetAncestorsOrSelf(this TreeListView view, T ... method CollapseSelected (line 119) | public static void CollapseSelected(this TreeListView view, bool moveT... method MoveUpSelection (line 139) | public static void MoveUpSelection(this ObjectListView view) { method MoveDownSelection (line 149) | public static void MoveDownSelection(this ObjectListView view) { method GetFirstSelectedModel (line 163) | public static T GetFirstSelectedModel(this ObjectListView view) whe... method GetFocusedOrFirstSelectedItem (line 167) | public static OLVListItem GetFocusedOrFirstSelectedItem(this ObjectLis... method GetFirstSelectedIndex (line 175) | public static int GetFirstSelectedIndex(this ObjectListView view) { method GetLastSelectedIndex (line 186) | public static int GetLastSelectedIndex(this ObjectListView view) { method GetSelectedModels (line 196) | public static List GetSelectedModels(this ObjectListView view) w... method GetGridAt (line 208) | public static GridTestResult GetGridAt(this ObjectListView view, int x... method InvertSelect (line 254) | public static void InvertSelect(this ObjectListView view) { type GridTestResult (line 265) | readonly struct GridTestResult(int columnIndex, int rowIndex, bool isOut... FILE: App/Common/PInvokeHelper.cs class PInvokeHelper (line 7) | static class PInvokeHelper method Unwrap (line 15) | internal static T Unwrap(this IntPtr ptr) where T : class, new() { FILE: App/Common/ShortcutFile.cs class ShortcutFile (line 8) | public sealed class ShortcutFile method ShortcutFile (line 25) | private ShortcutFile() { method ShortcutFile (line 31) | public ShortcutFile(string destination) { method Load (line 40) | public static ShortcutFile Load(string shortcutFilePath) { method Save (line 64) | public void Save(string position) { class ShellLink (line 82) | [ComImport] type IShellLink (line 88) | [ComImport] method GetPath (line 93) | void GetPath([Out, MarshalAs(UnmanagedType.LPWStr)] StringBuilder ps... method GetIDList (line 94) | void GetIDList(out IntPtr ppidl); method SetIDList (line 95) | void SetIDList(IntPtr pidl); method GetDescription (line 96) | void GetDescription([Out, MarshalAs(UnmanagedType.LPWStr)] StringBui... method SetDescription (line 97) | void SetDescription([MarshalAs(UnmanagedType.LPWStr)] string pszName); method GetWorkingDirectory (line 98) | void GetWorkingDirectory([Out, MarshalAs(UnmanagedType.LPWStr)] Stri... method SetWorkingDirectory (line 99) | void SetWorkingDirectory([MarshalAs(UnmanagedType.LPWStr)] string ps... method GetArguments (line 100) | void GetArguments([Out, MarshalAs(UnmanagedType.LPWStr)] StringBuild... method SetArguments (line 101) | void SetArguments([MarshalAs(UnmanagedType.LPWStr)] string pszArgs); method GetHotkey (line 102) | void GetHotkey(out short pwHotkey); method SetHotkey (line 103) | void SetHotkey(short wHotkey); method GetShowCmd (line 104) | void GetShowCmd(out int piShowCmd); method SetShowCmd (line 105) | void SetShowCmd(int iShowCmd); method GetIconLocation (line 106) | void GetIconLocation([Out, MarshalAs(UnmanagedType.LPWStr)] StringBu... method SetIconLocation (line 107) | void SetIconLocation([MarshalAs(UnmanagedType.LPWStr)] string pszIco... method SetRelativePath (line 108) | void SetRelativePath([MarshalAs(UnmanagedType.LPWStr)] string pszPat... method Resolve (line 109) | void Resolve(IntPtr hwnd, int fFlags); method SetPath (line 110) | void SetPath([MarshalAs(UnmanagedType.LPWStr)] string pszFile); FILE: App/Common/StringBuilderCache.cs class StringBuilderCache (line 6) | internal static class StringBuilderCache method Acquire (line 14) | public static StringBuilder Acquire(int capacity = DefaultCapacity) { method Release (line 31) | public static void Release(StringBuilder sb) { method GetStringAndRelease (line 37) | public static string GetStringAndRelease(StringBuilder sb) { FILE: App/Common/StringHelper.cs class StringHelper (line 6) | static class StringHelper method IsNullOrWhiteSpace (line 8) | [DebuggerStepThrough] method ReplaceControlAndBomCharacters (line 13) | public static string ReplaceControlAndBomCharacters(string source) { method Take (line 31) | public static string Take(this string text, int startIndex, int count) { method ToDescription (line 46) | public static string ToDescription(this TEnum value) where TEnu... method HasCaseInsensitivePrefix (line 50) | public static bool HasCaseInsensitivePrefix(this string text, string p... method HasPrefix (line 53) | public static bool HasPrefix(this string text, string prefix) { method SubstringAfter (line 59) | public static string SubstringAfter(this string source, char value) { FILE: App/Common/ValueHelper.cs class ValueHelper (line 10) | static class ValueHelper method CastOrDefault (line 12) | [DebuggerStepThrough] method CastOrDefault (line 16) | [DebuggerStepThrough] method HasContent (line 20) | [DebuggerStepThrough] method SubstituteDefault (line 24) | [DebuggerStepThrough] method TryDispose (line 28) | public static TDisposable TryDispose(this TDisposable dis... method IsInCollection (line 40) | [DebuggerStepThrough] method GetReverseComparer (line 44) | [DebuggerStepThrough] method LimitInRange (line 49) | public static T LimitInRange(this T value, T minValue, T maxValue) method GetOrDefault (line 56) | public static TValue GetOrDefault(this IDictionary(this IDictionary(TValue input, TValue[]... method MapValue (line 68) | public static TMapped MapValue(TValue input, TValue[]... method MapValue (line 82) | public static TMapped MapValue(TValue input, IEnumera... method ForEach (line 106) | public static IEnumerable ForEach(this IEnumerable collection, ... method AddRange (line 117) | public static TCollection AddRange(this TCollection ta... method ToText (line 133) | [DebuggerStepThrough] method ToText (line 138) | [DebuggerStepThrough] method ToText (line 143) | [DebuggerStepThrough] method ToText (line 148) | [DebuggerStepThrough] method ToText (line 153) | [DebuggerStepThrough] method ToText (line 158) | [DebuggerStepThrough] method ToText (line 163) | [DebuggerStepThrough] method ToText (line 168) | [DebuggerStepThrough] method ToBoolean (line 174) | public static bool ToBoolean(this string value, bool defaultValue) { method ParseBoolean (line 185) | static int ParseBoolean(string value) { method ToInt32 (line 280) | [DebuggerStepThrough] method ToInt32 (line 285) | [DebuggerStepThrough] method ToInt64 (line 290) | [DebuggerStepThrough] method ToInt64 (line 295) | [DebuggerStepThrough] method ToInt32 (line 300) | [DebuggerStepThrough] method ToInt32 (line 306) | [DebuggerStepThrough] method ToInt64 (line 312) | [DebuggerStepThrough] method ToInt64 (line 319) | [DebuggerStepThrough] method ToSingle (line 325) | [DebuggerStepThrough] method ToSingle (line 332) | [DebuggerStepThrough] method ToDouble (line 338) | [DebuggerStepThrough] method ToDouble (line 345) | [DebuggerStepThrough] method ToText (line 351) | [DebuggerStepThrough] method TryParse (line 355) | public static bool TryParse(this string value, out int result) { method ParseFloatStringToInt32 (line 360) | static bool ParseFloatStringToInt32(string value, ref int result) { method TryParse (line 368) | public static bool TryParse(this string value, out long result) { method ParseFloatStringToInt64 (line 373) | static bool ParseFloatStringToInt64(string value, ref long result) { method TryParse (line 381) | [DebuggerStepThrough] method TryParse (line 386) | [DebuggerStepThrough] method TryParse (line 391) | [DebuggerStepThrough] method ToRoman (line 396) | public static string ToRoman(this int value) { method ToAlphabet (line 413) | public static string ToAlphabet(this int value, bool upper) { method ToHexBinString (line 427) | public static string ToHexBinString(this byte value, bool upperCaseHex) { method ToHexBinString (line 430) | public static string ToHexBinString(this byte[] source) { method ToHexBinString (line 433) | public static string ToHexBinString(this byte[] source, bool upperCase... method InternalToHexBinString (line 436) | unsafe static string InternalToHexBinString(byte[] source, bool upperC... class HexBinByteToString (line 476) | static class HexBinByteToString method ToString (line 481) | public static string ToString(byte value, bool upperCase) { method InitHexBinStrings (line 484) | static string[] InitHexBinStrings(bool upperCase) { class HexBinByteValues (line 502) | static class HexBinByteValues method InitHexBin (line 507) | unsafe static int[] InitHexBin(bool upperCase) { FILE: App/Common/XmlHelper.cs class XmlHelper (line 9) | static class XmlHelper method GetValue (line 14) | [DebuggerStepThrough] method GetValue (line 28) | [DebuggerStepThrough] method GetValue (line 37) | [DebuggerStepThrough] method GetValue (line 46) | [DebuggerStepThrough] method GetValue (line 55) | [DebuggerStepThrough] method GetValue (line 66) | [DebuggerStepThrough] method GetValue (line 74) | [DebuggerStepThrough] method GetValue (line 82) | [DebuggerStepThrough] method GetValue (line 91) | [DebuggerStepThrough] method GetValue (line 96) | [DebuggerStepThrough] method SetValue (line 100) | [DebuggerStepThrough] method SetValue (line 111) | [DebuggerStepThrough] method SetValue (line 122) | [DebuggerStepThrough] method SetValue (line 133) | [DebuggerStepThrough] method SetValue (line 144) | [DebuggerStepThrough] method WriteValue (line 154) | [DebuggerStepThrough] method WriteValue (line 159) | [DebuggerStepThrough] method WriteValue (line 166) | [DebuggerStepThrough] method WriteValue (line 171) | [DebuggerStepThrough] method WriteValue (line 178) | [DebuggerStepThrough] method WriteValue (line 183) | [DebuggerStepThrough] method GetOrCreateElement (line 190) | public static XmlElement GetOrCreateElement(this XmlNode parent, strin... method GetElement (line 195) | public static XmlElement GetElement(this XmlNode parent, string name) { method AppendElement (line 208) | [DebuggerStepThrough] method ToXmlNodeArray (line 219) | public static XmlNode[] ToXmlNodeArray(this XmlNodeList nodes) { method ToNodeList (line 230) | public static IList ToNodeList(this XmlNodeList nodes) w... method ChildrenOrFollowingSiblings (line 243) | public static IEnumerable ChildrenOrFollowingSiblings(this... class Empty (line 247) | static class Empty class ChildrenOrFollowingElementEnumerator (line 252) | sealed class ChildrenOrFollowingElementEnumerator(XmlElement baseEleme... method Dispose (line 260) | public void Dispose() {} method GetEnumerator (line 262) | public IEnumerator GetEnumerator() { method MoveNext (line 266) | public bool MoveNext() { method TryGetFirstChildElement (line 272) | static bool TryGetFirstChildElement(ref XmlNode active) { method TryGetFirstFollowingElement (line 284) | static bool TryGetFirstFollowingElement(ref XmlNode active) { method Reset (line 295) | public void Reset() { method GetEnumerator (line 299) | IEnumerator IEnumerable.GetEnumerator() { FILE: App/Configuration.Designer.cs class Configuration (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Configuration (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: App/ConfigurationSerialization.cs class ConfigurationSerialization (line 7) | [XmlRoot("ๅค„็†้€‰้กน")] FILE: App/Constants.cs type Function (line 8) | internal enum Function class Constants (line 13) | internal static class Constants class FileExtensions (line 30) | internal static class FileExtensions class Functions (line 64) | static class Functions class ObjectTypes (line 82) | internal static class ObjectTypes class FileNameMacros (line 90) | internal static class FileNameMacros class Units (line 104) | internal static class Units class Alignments (line 121) | internal static class Alignments class Coordinates (line 129) | internal static class Coordinates class Encoding (line 146) | internal static class Encoding class Info (line 168) | internal static class Info class PageLayoutType (line 196) | internal static class PageLayoutType class PageModes (line 206) | internal static class PageModes class ViewerPreferencesType (line 216) | internal static class ViewerPreferencesType class DirectionType (line 225) | internal static class DirectionType class PageLabelStyles (line 235) | internal static class PageLabelStyles class PageLabelsAttributes (line 249) | internal static class PageLabelsAttributes class Content (line 259) | internal static class Content class PageSettings (line 275) | internal static class PageSettings class OperandNames (line 285) | internal static class OperandNames class RotationDirections (line 292) | internal static class RotationDirections class PageFilterTypes (line 307) | internal static class PageFilterTypes class DestinationAttributes (line 318) | internal static class DestinationAttributes class ViewType (line 330) | internal static class ViewType class ActionType (line 344) | internal static class ActionType class BookmarkAttributes (line 358) | internal static class BookmarkAttributes class StyleType (line 363) | internal static class StyleType class Colors (line 373) | internal static class Colors class Boolean (line 385) | internal static class Boolean class PageLinkAttributes (line 394) | internal static class PageLinkAttributes class Ocr (line 407) | internal static class Ocr class Font (line 444) | internal static class Font class FontOccurrence (line 452) | internal static class FontOccurrence class ColorSpaces (line 461) | internal static class ColorSpaces class CajNaming (line 472) | internal static class CajNaming class AutoBookmark (line 482) | internal static class AutoBookmark class Chinese (line 492) | internal static class Chinese { class Messages (line 498) | internal static class Messages FILE: App/Functions/AboutControl.Designer.cs class AboutControl (line 3) | partial class AboutControl method Dispose (line 13) | protected override void Dispose (bool disposing) { method InitializeComponent (line 26) | private void InitializeComponent () { FILE: App/Functions/AboutControl.cs class AboutControl (line 11) | [ToolboxItem(false)] method AboutControl (line 18) | public AboutControl() { method ExecuteCommand (line 77) | public override void ExecuteCommand(string commandName, params string[... method SetupCommand (line 97) | public override void SetupCommand(ToolStripItem item) { method _FrontPageBox_ImageLoad (line 105) | void _FrontPageBox_ImageLoad(object sender, TheArtOfDev.HtmlRenderer.C... method _FrontPageBox_LinkClicked (line 109) | void _FrontPageBox_LinkClicked(object sender, TheArtOfDev.HtmlRenderer... FILE: App/Functions/AppOptionForm.Designer.cs class AppOptionForm (line 3) | partial class AppOptionForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/AppOptionForm.cs class AppOptionForm (line 8) | [ToolboxItem(false)] method AppOptionForm (line 13) | public AppOptionForm() { method Reset (line 27) | public void Reset() { method Reload (line 34) | public void Reload() { method InitEncodingList (line 50) | static void InitEncodingList(ComboBox list, string encodingName) { method ControlChanged (line 63) | void ControlChanged(object sender, EventArgs e) { method _CreateShortcutButton_Click (line 99) | void _CreateShortcutButton_Click(object sender, EventArgs e) { FILE: App/Functions/AutoBookmark/EditAdjustmentForm.Designer.cs class EditAdjustmentForm (line 3) | partial class EditAdjustmentForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/AutoBookmark/EditAdjustmentForm.cs class EditAdjustmentForm (line 9) | sealed partial class EditAdjustmentForm : Form method EditAdjustmentForm (line 18) | public EditAdjustmentForm() { method EditAdjustmentForm (line 22) | public EditAdjustmentForm(AutoBookmarkOptions.LevelAdjustmentOption fi... method OnLoad (line 48) | void OnLoad() { method _OkButton_Click (line 53) | void _OkButton_Click(Object source, EventArgs args) { method _CancelButton_Click (line 68) | void _CancelButton_Click(Object source, EventArgs args) { method _AddFilterMenuItem_DropDownItemClicked (line 73) | private void _AddFilterMenuItem_DropDownItemClicked(object sender, Too... method _FilterBox_SelectedIndexChanged (line 80) | private void _FilterBox_SelectedIndexChanged(object sender, EventArgs ... method CreateCondition (line 96) | internal static AutoBookmarkCondition CreateCondition(string name) { method UpdateFilter (line 107) | internal static void UpdateFilter(IFilterConditionEditor filter) { method GetFilterEditor (line 113) | private IFilterConditionEditor GetFilterEditor(AutoBookmarkCondition f... method _RemoveButton_Click (line 144) | private void _RemoveButton_Click(object sender, EventArgs e) { FILE: App/Functions/AutoBookmark/FontFilterForm.Designer.cs class FontFilterForm (line 3) | partial class FontFilterForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/AutoBookmark/FontFilterForm.cs class FontFilterForm (line 11) | sealed partial class FontFilterForm : Form class FilterSetting (line 13) | sealed class FilterSetting method FilterSetting (line 18) | public FilterSetting(string fontName, bool fullMatch, float size) { method FontFilterForm (line 30) | public FontFilterForm() { method FontFilterForm (line 34) | public FontFilterForm(XmlNode fontInfo) : this() { method OnLoad (line 38) | void OnLoad() { method _OkButton_Click (line 106) | void _OkButton_Click(Object source, EventArgs args) { method _CancelButton_Click (line 117) | void _CancelButton_Click(Object source, EventArgs args) { method _AddFilterMenu_Opening (line 122) | void _AddFilterMenu_Opening(object sender, CancelEventArgs e) { method _AddFilterMenu_ItemClicked (line 186) | void _AddFilterMenu_ItemClicked(object sender, ToolStripItemClickedEve... method ControlEvent (line 199) | void ControlEvent(object sender, EventArgs e) { FILE: App/Functions/AutoBookmark/FontNameConditionEditor.Designer.cs class FontNameConditionEditor (line 3) | partial class FontNameConditionEditor method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/AutoBookmark/FontNameConditionEditor.cs class FontNameConditionEditor (line 8) | [ToolboxItem(false)] method FontNameConditionEditor (line 14) | public FontNameConditionEditor() { method ControlChanged (line 34) | void ControlChanged(object sender, EventArgs e) { FILE: App/Functions/AutoBookmark/PageRangeConditionEditor.Designer.cs class PageRangeConditionEditor (line 3) | partial class PageRangeConditionEditor method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/AutoBookmark/PageRangeConditionEditor.cs class PageRangeConditionEditor (line 7) | sealed partial class PageRangeConditionEditor : UserControl, IFilterCond... method PageRangeConditionEditor (line 12) | public PageRangeConditionEditor() { method ControlChanged (line 32) | void ControlChanged(object sender, EventArgs e) { FILE: App/Functions/AutoBookmark/TextConditionEditor.Designer.cs class TextConditionEditor (line 3) | partial class TextConditionEditor method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/AutoBookmark/TextConditionEditor.cs class TextConditionEditor (line 8) | [ToolboxItem(false)] method TextConditionEditor (line 14) | public TextConditionEditor() { method ControlChanged (line 36) | void ControlChanged(object sender, EventArgs e) { FILE: App/Functions/AutoBookmark/TextPositionConditionEditor.Designer.cs class TextPositionConditionEditor (line 3) | partial class TextPositionConditionEditor method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/AutoBookmark/TextPositionConditionEditor.cs class TextPositionConditionEditor (line 7) | sealed partial class TextPositionConditionEditor : UserControl, IFilterC... method TextPositionConditionEditor (line 12) | public TextPositionConditionEditor() { method ControlChanged (line 45) | void ControlChanged(object sender, EventArgs e) { method ToggleControlState (line 62) | void ToggleControlState() { FILE: App/Functions/AutoBookmark/TextSizeConditionEditor.Designer.cs class TextSizeConditionEditor (line 3) | partial class TextSizeConditionEditor method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/AutoBookmark/TextSizeConditionEditor.cs class TextSizeConditionEditor (line 7) | sealed partial class TextSizeConditionEditor : UserControl, IFilterCondi... method TextSizeConditionEditor (line 12) | public TextSizeConditionEditor() { method ControlChanged (line 41) | void ControlChanged(object sender, EventArgs e) { method ToggleControlState (line 55) | void ToggleControlState() { FILE: App/Functions/AutoBookmarkControl.Designer.cs class AutoBookmarkControl (line 3) | partial class AutoBookmarkControl method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/AutoBookmarkControl.cs class AutoBookmarkControl (line 10) | [ToolboxItem(false)] method AutoBookmarkControl (line 16) | public AutoBookmarkControl() { method OnLoad (line 29) | void OnLoad() { method Reset (line 97) | public void Reset() { method Reload (line 102) | public void Reload() { method _ExportBookmarkButton_Click (line 135) | private void _ExportBookmarkButton_Click(object sender, EventArgs e) { method SyncOptions (line 162) | private void SyncOptions() { method ExportControl_DoWork (line 204) | void ExportControl_DoWork(object sender, DoWorkEventArgs e) { method _IgnorePatternsBox_CellContentClick (line 224) | private void _IgnorePatternsBox_CellContentClick(object sender, DataGr... method _ImportLink_LinkClicked (line 230) | private void _ImportLink_LinkClicked(object sender, LinkLabelLinkClick... method ControlEvent (line 234) | private void ControlEvent(object sender, EventArgs e) { method _LevelAdjustmentBox_ItemActivate (line 296) | private void _LevelAdjustmentBox_ItemActivate(object sender, EventArgs... method _AddFilterMenu_ItemClicked (line 314) | private void _AddFilterMenu_ItemClicked(object sender, ToolStripItemCl... FILE: App/Functions/BookmarkControl.Designer.cs class BookmarkControl (line 3) | partial class BookmarkControl method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/BookmarkControl.cs class BookmarkControl (line 8) | public partial class BookmarkControl : UserControl method BookmarkControl (line 12) | public BookmarkControl() { method _BrowseSourcePdfButton_Click (line 44) | private void _BrowseSourcePdfButton_Click(object sender, EventArgs e) { method _BookmarkBox_DragEnter (line 70) | private void _BookmarkBox_DragEnter(object sender, DragEventArgs e) { method _BookmarkBox_DragDrop (line 74) | private void _BookmarkBox_DragDrop(object sender, DragEventArgs e) { method _BookmarkBox_TextChanged (line 78) | private void _BookmarkBox_TextChanged(object sender, EventArgs e) { method BookmarkControl_Show (line 82) | private void BookmarkControl_Show(object sender, EventArgs e) { FILE: App/Functions/CustomButton/GlassButton.cs class GlassButton (line 22) | [ToolboxBitmap(typeof(System.Windows.Forms.Button)), ToolboxItem(true), ... method GlassButton (line 77) | public GlassButton() { method InitializeComponent (line 114) | private void InitializeComponent() { method Dispose (line 130) | protected override void Dispose(bool disposing) { method DisposeAll (line 144) | private void DisposeAll(params IDisposable[] objects) { type SpecialSymbols (line 331) | public enum SpecialSymbols type Direction (line 370) | public enum Direction method OnClick (line 540) | protected override void OnClick(EventArgs e) { method OnEnter (line 549) | protected override void OnEnter(EventArgs e) { method OnLeave (line 558) | protected override void OnLeave(EventArgs e) { method OnKeyDown (line 568) | protected override void OnKeyDown(KeyEventArgs kevent) { method OnKeyUp (line 580) | protected override void OnKeyUp(KeyEventArgs kevent) { method OnMouseDown (line 592) | protected override void OnMouseDown(MouseEventArgs e) { method OnMouseUp (line 605) | protected override void OnMouseUp(MouseEventArgs e) { method OnMouseMove (line 617) | protected override void OnMouseMove(MouseEventArgs mevent) { method OnMouseEnter (line 639) | protected override void OnMouseEnter(EventArgs e) { method OnMouseLeave (line 650) | protected override void OnMouseLeave(EventArgs e) { method OnPaint (line 665) | protected override void OnPaint(PaintEventArgs pevent) { method DrawButtonBackground (line 680) | private void DrawButtonBackground(Graphics g) { method DrawSpecialSymbol (line 712) | private void DrawSpecialSymbol(Graphics g) { method DrawButtonForeground (line 898) | private void DrawButtonForeground(Graphics g) { method DrawForegroundFromButton (line 911) | private void DrawForegroundFromButton(PaintEventArgs pevent) { class TransparentControl (line 944) | sealed class TransparentControl : Control method OnPaintBackground (line 946) | protected override void OnPaintBackground(PaintEventArgs pevent) { } method OnPaint (line 947) | protected override void OnPaint(PaintEventArgs e) { } method CreateRoundRectangle (line 956) | private GraphicsPath CreateRoundRectangle(Rectangle rectangle, int rad... method CreateTopRoundRectangle (line 1010) | private GraphicsPath CreateTopRoundRectangle(Rectangle rectangle, int ... method CreateBottomRadialPath (line 1055) | private GraphicsPath CreateBottomRadialPath(Rectangle rectangle) { method GlassButton_SizeChanged (line 1072) | private void GlassButton_SizeChanged(object sender, EventArgs e) { method GlassButton_MouseLeave (line 1081) | private void GlassButton_MouseLeave(object sender, EventArgs e) { method GlassButton_MouseEnter (line 1090) | private void GlassButton_MouseEnter(object sender, EventArgs e) { method GlassButton_LostFocus (line 1099) | private void GlassButton_LostFocus(object sender, EventArgs e) { method GlassButton_GotFocus (line 1108) | private void GlassButton_GotFocus(object sender, EventArgs e) { method RecalcRect (line 1116) | private void RecalcRect(float glowOpacity) { method RecalcShine (line 1146) | private Rectangle RecalcShine(Rectangle rect2) { method RecalcGlow (line 1178) | private void RecalcGlow(float glowOpacity) { method RecalcContent (line 1211) | private Rectangle RecalcContent(Rectangle rect, out Rectangle rect2) { method RecalcOuterBorder (line 1238) | private Rectangle RecalcOuterBorder() { method FadeIn (line 1301) | private void FadeIn() { method FadeOut (line 1306) | private void FadeOut() { method timer_Tick (line 1311) | private void timer_Tick(object sender, EventArgs e) { FILE: App/Functions/CustomizeToolbarForm.Designer.cs class CustomizeToolbarForm (line 3) | partial class CustomizeToolbarForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/CustomizeToolbarForm.cs class CustomizeToolbarForm (line 11) | public partial class CustomizeToolbarForm : Form method CustomizeToolbarForm (line 13) | public CustomizeToolbarForm() { method _ResetButton_Click (line 17) | void _ResetButton_Click(object sender, EventArgs e) { method CustomizeToolbarForm_Load (line 22) | void CustomizeToolbarForm_Load(object sender, EventArgs e) { method _OkButton_Click (line 55) | void _OkButton_Click(object sender, EventArgs e) { FILE: App/Functions/DocumentInspector/AddPdfObjectForm.Designer.cs class AddPdfObjectForm (line 3) | partial class AddPdfObjectForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/DocumentInspector/AddPdfObjectForm.cs class AddPdfObjectForm (line 9) | sealed partial class AddPdfObjectForm : Form method AddPdfObjectForm (line 46) | public AddPdfObjectForm() { method AddPdfObjectForm_Load (line 51) | void AddPdfObjectForm_Load(object sender, EventArgs e) { method _OkButton_Click (line 55) | void _OkButton_Click(Object source, EventArgs args) { method _CancelButton_Click (line 60) | void _CancelButton_Click(Object source, EventArgs args) { FILE: App/Functions/DocumentInspector/ImageViewerForm.Designer.cs class ImageViewerForm (line 3) | partial class ImageViewerForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/DocumentInspector/ImageViewerForm.cs class ImageViewerForm (line 9) | sealed partial class ImageViewerForm : Form method ImageViewerForm (line 11) | public ImageViewerForm() { method ImageViewerForm (line 14) | internal ImageViewerForm(ImageInfo image, byte[] bytes) : this() { method OnClosed (line 35) | protected override void OnClosed(System.EventArgs e) { method _MainToolbar_ItemClicked (line 40) | void _MainToolbar_ItemClicked(object sender, ToolStripItemClickedEvent... FILE: App/Functions/DocumentInspector/TextViewerForm.Designer.cs class TextViewerForm (line 3) | partial class TextViewerForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/DocumentInspector/TextViewerForm.cs class TextViewerForm (line 9) | sealed partial class TextViewerForm : Form method TextViewerForm (line 30) | public TextViewerForm() { method TextViewerForm (line 34) | public TextViewerForm(byte[] data, bool isTextReadonly) : this() { method EscapeChar (line 40) | static string EscapeChar(char c) { method _EncodingBox_SelectedIndexChanged (line 49) | void _EncodingBox_SelectedIndexChanged(object sender, EventArgs e) { method ShowHexBin (line 67) | string ShowHexBin() { FILE: App/Functions/DocumentInspectorControl.Designer.cs class DocumentInspectorControl (line 3) | partial class DocumentInspectorControl method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/DocumentInspectorControl.cs class DocumentInspectorControl (line 19) | [ToolboxItem(false)] method DocumentInspectorControl (line 54) | public DocumentInspectorControl() { method OnLoad (line 59) | void OnLoad() { method SetupCommand (line 261) | public override void SetupCommand(ToolStripItem item) { method ExecuteCommand (line 283) | public override void ExecuteCommand(string commandName, params string[... method ProcessCmdKey (line 312) | [SecurityPermission(SecurityAction.LinkDemand, Flags = SecurityPermiss... method RefreshReferences (line 325) | void RefreshReferences(DocumentObject r) { method CloseDocument (line 347) | public void CloseDocument() { method Reopen (line 351) | public void Reopen() { method _ObjectDetailBox_CanDrop (line 355) | void _ObjectDetailBox_CanDrop(object sender, OlvDropEventArgs e) { method _ObjectDetailBox_Dropped (line 373) | void _ObjectDetailBox_Dropped(object sender, OlvDropEventArgs e) { method _ObjectDetailBox_SelectionChanged (line 384) | void _ObjectDetailBox_SelectionChanged(object sender, EventArgs e) { method InitOpNameIcons (line 434) | Dictionary InitOpNameIcons() { method InitPdfObjectIcons (line 473) | Dictionary InitPdfObjectIcons() { method GetImageKey (line 484) | static int GetImageKey(DocumentObject d) { method _GotoImportLink_LinkClicked (line 495) | void _GotoImportLink_LinkClicked(object sender, LinkLabelLinkClickedEv... method ControlEvent (line 499) | void ControlEvent(object sender, EventArgs e) { method LoadDocument (line 505) | void LoadDocument(string path) { method ShowDescription (line 511) | void ShowDescription(string name, string description, string type) { method ToolbarItemClicked (line 531) | void ToolbarItemClicked(object sender, ToolStripItemClickedEventArgs e) { method AddChildNode (line 639) | void AddChildNode(DocumentObject documentObject, int objectType) { method ExportXmlInfo (line 651) | void ExportXmlInfo(string fileName, bool exportTrailer, int[] pages) { method ExportBinHexStream (line 676) | void ExportBinHexStream(DocumentObject n, bool decode) { method ExportBinaryStream (line 697) | void ExportBinaryStream(DocumentObject n, bool decode) { method ExportToUnicode (line 718) | void ExportToUnicode(DocumentObject n) { method DecodeStreamBytes (line 755) | byte[] DecodeStreamBytes(DocumentObject d) { method SaveDocument (line 764) | void SaveDocument() { method _LoadDocumentWorker_DoWork (line 817) | void _LoadDocumentWorker_DoWork(object sender, DoWorkEventArgs e) { method _LoadDocumentWorker_RunWorkerCompleted (line 833) | void _LoadDocumentWorker_RunWorkerCompleted(object sender, RunWorkerCo... method ReloadPdf (line 843) | void ReloadPdf() { method _ExportButton_DropDownOpening (line 853) | void _ExportButton_DropDownOpening(object sender, EventArgs e) { method _AddObjectMenu_DropDownItemClicked (line 866) | void _AddObjectMenu_DropDownItemClicked(object sender, ToolStripItemCl... FILE: App/Functions/DocumentOption/DocumentFontListForm.Designer.cs class DocumentFontListForm (line 3) | partial class DocumentFontListForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/DocumentOption/DocumentFontListForm.cs class DocumentFontListForm (line 12) | sealed partial class DocumentFontListForm : Form method DocumentFontListForm (line 28) | public DocumentFontListForm() { method OnLoad (line 33) | void OnLoad() { method RegisterFonts (line 102) | void RegisterFonts(IEnumerable fontRefs, int pageNu... method _ListFontsButton_Click (line 124) | void _ListFontsButton_Click(object sender, EventArgs e) { class PageFont (line 130) | sealed class PageFont method PageFont (line 137) | public PageFont(string name, int firstPage, bool embedded) { method IncrementReference (line 144) | public void IncrementReference() { method _SelectAllButton_Click (line 149) | void _SelectAllButton_Click(object sender, EventArgs e) { method _AddSelectedFontsButton_Click (line 162) | void _AddSelectedFontsButton_Click(object sender, EventArgs e) { method _AppConfigButton_Click (line 175) | void _AppConfigButton_Click(object sender, EventArgs e) { FILE: App/Functions/DocumentOption/DocumentInfoEditor.Designer.cs class DocumentInfoEditor (line 3) | partial class DocumentInfoEditor method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/DocumentOption/DocumentInfoEditor.cs class DocumentInfoEditor (line 8) | sealed partial class DocumentInfoEditor : UserControl method DocumentInfoEditor (line 27) | public DocumentInfoEditor() { method OnLoad (line 32) | void OnLoad() { method DocumentInfoChanged (line 41) | void DocumentInfoChanged(object sender, EventArgs e) { FILE: App/Functions/DocumentOption/FontCharSubstitutionForm.Designer.cs class FontCharSubstitutionForm (line 3) | partial class FontCharSubstitutionForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/DocumentOption/FontCharSubstitutionForm.cs class FontCharSubstitutionForm (line 8) | sealed partial class FontCharSubstitutionForm : Form method FontCharSubstitutionForm (line 11) | public FontCharSubstitutionForm() { method FontCharSubstitutionForm (line 14) | public FontCharSubstitutionForm(FontSubstitution substitution) : this() { method _OriginalCharactersBox_TextChanged (line 27) | void _OriginalCharactersBox_TextChanged(object sender, EventArgs e) { method _SubstituteCharactersBox_TextChanged (line 31) | void _SubstituteCharactersBox_TextChanged(object sender, EventArgs e) { method _SubstituteCharactersBox_Enter (line 35) | void _SubstituteCharactersBox_Enter(object sender, EventArgs e) { method _OriginalCharactersBox_SelectionChanged (line 42) | void _OriginalCharactersBox_SelectionChanged(object sender, EventArgs ... method _ChineseCaseBox_SelectedIndexChanged (line 49) | void _ChineseCaseBox_SelectedIndexChanged(object sender, EventArgs e) { method _NumericWidthBox_SelectedIndexChanged (line 53) | void _NumericWidthBox_SelectedIndexChanged(object sender, EventArgs e) { method _LetterWidthBox_SelectedIndexChanged (line 57) | void _LetterWidthBox_SelectedIndexChanged(object sender, EventArgs e) { method _PunctuationWidthBox_SelectedIndexChanged (line 61) | void _PunctuationWidthBox_SelectedIndexChanged(object sender, EventArg... FILE: App/Functions/DocumentOption/FontSubstitutionsEditor.Designer.cs class FontSubstitutionsEditor (line 3) | partial class FontSubstitutionsEditor method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/DocumentOption/FontSubstitutionsEditor.cs class FontSubstitutionsEditor (line 10) | sealed partial class FontSubstitutionsEditor : UserControl method FontSubstitutionsEditor (line 24) | public FontSubstitutionsEditor() { method OnLoad (line 42) | void OnLoad() { method EditSubstitutionItem (line 69) | void EditSubstitutionItem(CellEditEventArgs args) { method FontSubstitutionsEditor_Load (line 106) | void FontSubstitutionsEditor_Load(object sender, EventArgs e) { method _AddSubstitutionButton_Click (line 126) | void _AddSubstitutionButton_Click(object sender, EventArgs e) { method _RemoveSubstitutionButton_Click (line 133) | void _RemoveSubstitutionButton_Click(object sender, EventArgs e) { method _ListDocumentFontButton_Click (line 139) | void _ListDocumentFontButton_Click(object sender, EventArgs e) { method AddFonts (line 146) | internal void AddFonts(IEnumerable fonts) { method _FontSubstitutionMenu_ItemClicked (line 161) | void _FontSubstitutionMenu_ItemClicked(object sender, ToolStripItemCli... method _FontSubstitutionMenu_Opening (line 173) | void _FontSubstitutionMenu_Opening(object sender, CancelEventArgs e) { FILE: App/Functions/DocumentOption/PageLabelEditor.Designer.cs class PageLabelEditor (line 3) | partial class PageLabelEditor method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/DocumentOption/PageLabelEditor.cs class PageLabelEditor (line 10) | sealed partial class PageLabelEditor : UserControl method PageLabelEditor (line 21) | public PageLabelEditor() { method OnLoad (line 43) | void OnLoad() { method _AddPageLabelButton_Click (line 63) | void _AddPageLabelButton_Click(object sender, EventArgs e) { method _RemovePageLabelButton_Click (line 75) | void _RemovePageLabelButton_Click(object sender, EventArgs e) { FILE: App/Functions/DocumentOption/PageSettingsEditor.Designer.cs class PageSettingsEditor (line 3) | partial class PageSettingsEditor method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/DocumentOption/PageSettingsEditor.cs class PageSettingsEditor (line 14) | sealed partial class PageSettingsEditor : UserControl method PageSettingsEditor (line 24) | public PageSettingsEditor() { method OnLoad (line 66) | void OnLoad() { method ShowMenuForClickedCell (line 146) | private void ShowMenuForClickedCell(CellClickEventArgs args, ContextMe... method _AddPageSettingsButton_Click (line 151) | private void _AddPageSettingsButton_Click(object sender, EventArgs e) { method _RemovePageSettingsButton_Click (line 156) | private void _RemovePageSettingsButton_Click(object sender, EventArgs ... FILE: App/Functions/DraggableForm.cs class DraggableForm (line 7) | public class DraggableForm : Form method OnMouseDown (line 9) | protected override void OnMouseDown(MouseEventArgs args) { class NativeMethods (line 17) | static class NativeMethods method SendMessage (line 21) | [DllImport("user32.dll", SetLastError = false)] method ReleaseCapture (line 25) | [DllImport("user32.dll", SetLastError = false)] FILE: App/Functions/Editor/ActionEditorForm.Designer.cs class ActionEditorForm (line 3) | partial class ActionEditorForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/Editor/ActionEditorForm.cs class ActionEditorForm (line 15) | sealed partial class ActionEditorForm : System.Windows.Forms.Form method ActionEditorForm (line 23) | public ActionEditorForm(BookmarkElement element) { method OnLoad (line 29) | void OnLoad() { method InitCoordinateValue (line 111) | void InitCoordinateValue(XmlElement element, string name, NumericUpDow... method SetValue (line 126) | void SetValue(string name, string value) { method _OkButton_Click (line 136) | void _OkButton_Click(object source, EventArgs args) { method _CancelButton_Click (line 189) | void _CancelButton_Click(Object source, EventArgs args) { method Control_ValueChanged (line 194) | void Control_ValueChanged(object sender, EventArgs e) { FILE: App/Functions/Editor/AutoBookmarkForm.Designer.cs class AutoBookmarkForm (line 3) | partial class AutoBookmarkForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/Editor/AutoBookmarkForm.cs class AutoBookmarkForm (line 12) | sealed partial class AutoBookmarkForm : DraggableForm method AutoBookmarkForm (line 17) | internal AutoBookmarkForm() { method AutoBookmarkForm (line 21) | internal AutoBookmarkForm(Controller controller) : this() { method OnLoad (line 26) | void OnLoad() { method _BookmarkConditionBox_SelectionChanged (line 95) | void _BookmarkConditionBox_SelectionChanged(object sender, EventArgs e) { method _SetPattern_DropDownItemClicked (line 99) | void _SetPattern_DropDownItemClicked(object sender, ToolStripItemClick... method SetMatchPatternToSelectedBookmarkStyles (line 125) | void SetMatchPatternToSelectedBookmarkStyles(MatchPattern p) { method SetValues (line 132) | internal void SetValues(List list) { method _RemoveButton_Click (line 136) | void _RemoveButton_Click(object sender, EventArgs e) { method _AutoBookmarkButton_Click (line 141) | void _AutoBookmarkButton_Click(object sender, EventArgs e) { method _SaveListButton_Click (line 146) | void _SaveListButton_Click(object sender, EventArgs e) { method Serialize (line 164) | static void Serialize(List list, Syste... method _LoadListButton_Click (line 182) | void _LoadListButton_Click(object sender, EventArgs e) { method Deserialize (line 199) | static IEnumerable Deserialize(FilePat... method SyncList (line 218) | void SyncList() { FILE: App/Functions/Editor/AutoResizingTextBox.cs class AutoResizingTextBox (line 7) | sealed class AutoResizingTextBox : TextBox method AutoResizingTextBox (line 11) | public AutoResizingTextBox(Rectangle bound, string text, Control paren... method ResizeForText (line 23) | void ResizeForText() { method OnTextChanged (line 38) | protected override void OnTextChanged(EventArgs e) { method OnKeyDown (line 43) | protected override void OnKeyDown(KeyEventArgs e) { FILE: App/Functions/Editor/BookmarkEditorView.Designer.cs class BookmarkEditorView (line 3) | partial class BookmarkEditorView method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/Editor/BookmarkEditorView.cs class BookmarkEditorView (line 15) | sealed partial class BookmarkEditorView : TreeListView method BookmarkEditorView (line 33) | public BookmarkEditorView() { method InitEditorBox (line 38) | void InitEditorBox() { method FireBookmarkChanged (line 120) | internal void FireBookmarkChanged() { method GetBookmark (line 124) | public BookmarkElement GetBookmark(int index) { method OnBeforeSorting (line 128) | protected override void OnBeforeSorting(BeforeSortingEventArgs e) { method OnCanDrop (line 133) | protected override void OnCanDrop(OlvDropEventArgs args) { method OnModelCanDrop (line 149) | protected override void OnModelCanDrop(ModelDropEventArgs e) { method OnModelDropped (line 188) | protected override void OnModelDropped(ModelDropEventArgs args) { method LoadBookmarks (line 212) | internal void LoadBookmarks(XmlNodeList bookmarks) { method Mark (line 224) | void Mark(XmlNodeList bookmarks) { method MarkItems (line 234) | internal void MarkItems(List items, Color color) { method SelectMarkedItems (line 241) | internal List SelectMarkedItems(Color color) { method UnmarkItems (line 266) | internal void UnmarkItems(List items) { method ClearMarks (line 273) | internal void ClearMarks(bool refresh) { method MakeItemVisible (line 289) | internal void MakeItemVisible(XmlElement item) { method EnsureItemsVisible (line 303) | internal void EnsureItemsVisible(ICollection items) { method SelectPreviousBookmark (line 325) | internal void SelectPreviousBookmark() { method SelectNextBookmark (line 339) | internal void SelectNextBookmark() { method IsAncestorOrSelf (line 357) | static bool IsAncestorOrSelf(XmlElement source, XmlElement target) { method CopyOrMoveElement (line 375) | internal void CopyOrMoveElement(List source, XmlEleme... method CopySelectedBookmark (line 461) | internal void CopySelectedBookmark() { method PasteBookmarks (line 465) | internal void PasteBookmarks(XmlElement target, bool asChild) { method GetSelectedElements (line 487) | internal List GetSelectedElements() { return GetSelec... method GetSelectedElements (line 488) | internal List GetSelectedElements(bool selectChildren... method GetSelectedElements (line 489) | static List GetSelectedElements(TreeListView treeList... method OnCellClick (line 513) | protected override void OnCellClick(CellClickEventArgs args) { method OnBeforeLabelEdit (line 526) | protected override void OnBeforeLabelEdit(LabelEditEventArgs e) { method OnItemActivate (line 532) | protected override void OnItemActivate(EventArgs e) { method OnCellEditStarting (line 537) | protected override void OnCellEditStarting(CellEditEventArgs e) { method OnCellEditFinishing (line 544) | protected override void OnCellEditFinishing(CellEditEventArgs e) { method OnCellEditFinished (line 555) | protected override void OnCellEditFinished(CellEditEventArgs e) { method OnHyperlinkClicked (line 576) | protected override void OnHyperlinkClicked(HyperlinkClickedEventArgs e) { method OnHotItemChanged (line 585) | protected override void OnHotItemChanged(HotItemChangedEventArgs e) { method OnMouseMove (line 596) | protected override void OnMouseMove(MouseEventArgs e) { method OnFormatRow (line 609) | protected override void OnFormatRow(FormatRowEventArgs args) { method OnMouseDown (line 640) | protected override void OnMouseDown(MouseEventArgs e) { method OnMouseUp (line 647) | protected override void OnMouseUp(MouseEventArgs e) { method ShowBookmarkProperties (line 655) | internal void ShowBookmarkProperties(BookmarkElement bookmark) { method SearchBookmark (line 667) | internal BookmarkElement SearchBookmark(BookmarkMatcher matcher) { method SearchBookmarks (line 689) | internal List SearchBookmarks(BookmarkMatcher matcher) { method SearchBookmarks (line 708) | void SearchBookmarks(BookmarkMatcher matcher, List ma... FILE: App/Functions/Editor/Commands/BookmarkActionCommand.cs class BookmarkActionCommand (line 11) | sealed class BookmarkActionCommand : IEditorCommand method BookmarkActionCommand (line 15) | public BookmarkActionCommand(string viewType) { method Process (line 19) | public void Process(Controller controller, params string[] parameters) { FILE: App/Functions/Editor/Commands/BookmarkLevelCommand.cs class BookmarkLevelCommand (line 6) | sealed class BookmarkLevelCommand : IEditorCommand method BookmarkLevelCommand (line 9) | public BookmarkLevelCommand(bool levelUp) { method Process (line 12) | public void Process(Controller controller, params string[] parameters) { method BookmarkLevel (line 16) | internal void BookmarkLevel(Controller controller, bool levelUp) { FILE: App/Functions/Editor/Commands/BookmarkMarkerCommand.cs class BookmarkMarkerCommand (line 7) | sealed class BookmarkMarkerCommand : IEditorCommand method RegisterCommands (line 25) | internal static void RegisterCommands(CommandRegistry regi... method BookmarkMarkerCommand (line 33) | public BookmarkMarkerCommand(string command) { method Process (line 37) | public void Process(Controller controller, params string[] parameters) { FILE: App/Functions/Editor/Commands/BookmarkPageCommand.cs class BookmarkPageCommand (line 7) | sealed class BookmarkPageCommand : IEditorCommand method BookmarkPageCommand (line 12) | public BookmarkPageCommand(int number, bool takeFollowing = false) { method Process (line 17) | public void Process(Controller controller, params string[] parameters) { FILE: App/Functions/Editor/Commands/BookmarkSelectionCommand.cs class BookmarkSelectionCommand (line 8) | sealed class BookmarkSelectionCommand : IEditorCommand method BookmarkSelectionCommand (line 12) | public BookmarkSelectionCommand(string command) { method Process (line 16) | public void Process(Controller controller, params string[] parameters) { FILE: App/Functions/Editor/Commands/BookmarkStyleCommand.cs class BookmarkStyleCommand (line 7) | sealed class BookmarkStyleCommand : IEditorCommand method BookmarkStyleCommand (line 11) | public BookmarkStyleCommand(SetTextStyleProcessor.Style style) { method Process (line 15) | public void Process(Controller controller, params string[] parameters) { FILE: App/Functions/Editor/Commands/CopyBookmarkItemCommand.cs class CopyBookmarkItemCommand (line 9) | sealed class CopyBookmarkItemCommand : IEditorCommand method Process (line 11) | public void Process(Controller controller, params string[] parameters) { FILE: App/Functions/Editor/Commands/DeleteBookmarkItemCommand.cs class DeleteBookmarkItemCommand (line 9) | sealed class DeleteBookmarkItemCommand : IEditorCommand method Process (line 11) | public void Process(Controller controller, params string[] parameters) { method RemoveItems (line 15) | static void RemoveItems(Controller controller, System.Collections.ILis... FILE: App/Functions/Editor/Commands/DocumentPropertyCommand.cs class DocumentPropertyCommand (line 3) | sealed class DocumentPropertyCommand : IEditorCommand method Process (line 5) | public void Process(Controller controller, params string[] parameters) { FILE: App/Functions/Editor/Commands/InsertBookmarkCommand.cs class InsertBookmarkCommand (line 11) | sealed class InsertBookmarkCommand : IEditorCommand method Process (line 17) | public void Process(Controller controller, params string[] parameters) { method BookmarkAtClientPoint (line 22) | static void BookmarkAtClientPoint(Controller controller, Point cp) { method ShowInsertBookmarkDialog (line 36) | static void ShowInsertBookmarkDialog(Controller controller, Point mous... method GetDialog (line 78) | static InsertBookmarkForm GetDialog(Controller controller) { FILE: App/Functions/Editor/Commands/InsertPageLabelCommand.cs class InsertPageLabelCommand (line 7) | sealed class InsertPageLabelCommand : IEditorCommand method Process (line 9) | public void Process(Controller context, params string[] parameters) { method InsertPageLabelFormClosed (line 30) | static void InsertPageLabelFormClosed(object sender, EventArgs e) { FILE: App/Functions/Editor/Commands/LoadDocumentCommand.cs class LoadDocumentCommand (line 7) | sealed class LoadDocumentCommand : IEditorCommand method LoadDocumentCommand (line 10) | public LoadDocumentCommand(bool showDialog, bool importBookmark) { method Process (line 15) | public void Process(Controller controller, params string[] parameters) { FILE: App/Functions/Editor/Commands/OcrPageCommand.cs class OcrPageCommand (line 11) | sealed class OcrPageCommand : IEditorCommand method Process (line 13) | public void Process(Controller controller, params string[] parameters) { FILE: App/Functions/Editor/Commands/PagePropertiesCommand.cs class PagePropertiesCommand (line 7) | sealed class PagePropertiesCommand : IEditorCommand method Process (line 12) | public void Process(Controller controller, params string[] parameters) { method GetDialog (line 24) | private static PagePropertyForm GetDialog() { FILE: App/Functions/Editor/Commands/PasteBookmarkItemCommand.cs class PasteBookmarkItemCommand (line 9) | sealed class PasteBookmarkItemCommand : IEditorCommand method Process (line 11) | public void Process(Controller controller, params string[] parameters) { FILE: App/Functions/Editor/Commands/QuickSelectCommand.cs class QuickSelectCommand (line 9) | sealed class QuickSelectCommand : IEditorCommand method RegisterCommands (line 32) | internal static void RegisterCommands(CommandRegistry regi... method RegisterMenuItems (line 37) | internal static void RegisterMenuItems(ToolStripItemCollection contain... method RegisterMenuItemsWithPattern (line 43) | internal static void RegisterMenuItemsWithPattern(ToolStripItemCollect... method QuickSelectCommand (line 51) | public QuickSelectCommand(MatchPattern command) { method Process (line 55) | public void Process(Controller controller, params string[] parameters) { FILE: App/Functions/Editor/Commands/SaveDocumentCommand.cs class SaveDocumentCommand (line 11) | sealed class SaveDocumentCommand : IEditorCommand method SaveDocumentCommand (line 14) | public SaveDocumentCommand(bool showDialog, bool saveAsBookmark) { method Process (line 18) | public void Process(Controller controller, params string[] parameters) { method SaveBookmark (line 27) | static void SaveBookmark(Controller controller, bool showDialog) { method SaveBookmarkDocument (line 83) | static void SaveBookmarkDocument(Model.PdfInfoXmlDocument infoDoc, MuP... method SavePdf (line 92) | static void SavePdf(Controller controller) { FILE: App/Functions/Editor/Commands/SavePageImageCommand.cs class SavePageImageCommand (line 8) | sealed class SavePageImageCommand : IEditorCommand method Process (line 12) | public void Process(Controller controller, params string[] parameters) { method InitDialog (line 25) | static SaveFileDialog InitDialog() { FILE: App/Functions/Editor/Commands/SimpleBookmarkCommand.cs class SimpleBookmarkCommand (line 11) | sealed class SimpleBookmarkCommand : IEditorCommand where T : IPdfInf... method Process (line 13) | public void Process(Controller controller, params string[] parameters) { method SimpleBookmarkCommand (line 26) | public SimpleBookmarkCommand(P parameter) { method Process (line 30) | public void Process(Controller controller, params string[] parameters) { class SimpleBookmarkCommand (line 22) | sealed class SimpleBookmarkCommand : IEditorCommand where T : IPdf... method Process (line 13) | public void Process(Controller controller, params string[] parameters) { method SimpleBookmarkCommand (line 26) | public SimpleBookmarkCommand(P parameter) { method Process (line 30) | public void Process(Controller controller, params string[] parameters) { FILE: App/Functions/Editor/Commands/ViewerCommand.cs class ViewerCommand (line 7) | sealed class ViewerCommand : IEditorCommand method RegisterCommands (line 32) | internal static void RegisterCommands(CommandRegistry regi... method ViewerCommand (line 40) | public ViewerCommand(string command) { method Process (line 44) | public void Process(Controller controller, params string[] parameters) { FILE: App/Functions/Editor/Commands/ViewerScrollToBookmarkCommand.cs class ViewerScrollToBookmarkCommand (line 11) | sealed class ViewerScrollToBookmarkCommand : IEditorCommand method Process (line 13) | public void Process(Controller context, params string[] parameters) { FILE: App/Functions/Editor/Controller.cs class Controller (line 18) | sealed class Controller method Controller (line 25) | public Controller(IEditView view) { method ExecuteCommand (line 33) | public void ExecuteCommand(string command, params string[] parameters) { method ProcessBookmarks (line 37) | internal IEnumerable ProcessBookmarks(IPdfInfoXmlProcessor pr... method ProcessBookmarks (line 47) | internal IEnumerable ProcessBookmarks(bool includeDescendant,... method ProcessBookmarks (line 67) | HashSet ProcessBookmarks(IList si, HashSet proces... method ProcessItem (line 81) | static void ProcessItem(bool includeDescendant, IPdfInfoXmlProcessor p... method ClearBookmarks (line 94) | internal void ClearBookmarks() { method LoadPdfDocument (line 99) | void LoadPdfDocument() { method Uninitialize (line 122) | internal void Uninitialize(ViewerControl v) { method Destroy (line 130) | internal void Destroy() { method InitBookmarkEditor (line 139) | internal void InitBookmarkEditor() { method LoadDocument (line 147) | internal void LoadDocument(string path, bool importMode) { method _LoadBookmarkWorker_DoWork (line 188) | void _LoadBookmarkWorker_DoWork(object sender, DoWorkEventArgs e) { method _LoadBookmarkWorker_RunWorkerCompleted (line 220) | void _LoadBookmarkWorker_RunWorkerCompleted(object sender, RunWorkerCo... method LoadInfoDocument (line 257) | internal void LoadInfoDocument(PdfInfoXmlDocument document, bool impor... method LoadBookmarks (line 284) | void LoadBookmarks(BookmarkEditorView view, XmlNodeList bookmarks) { method ImportBookmarks (line 289) | void ImportBookmarks(BookmarkEditorView editView, XmlNodeList bookmark... method CopyText (line 317) | internal EditModel.Region CopyText(Point cp, PagePosition pp) { method InsertBookmark (line 401) | internal void InsertBookmark(InsertBookmarkPositionType position = Ins... method InsertBookmark (line 419) | internal void InsertBookmark(string title, int pageNumber, float posit... method Undo (line 507) | internal void Undo(int step) { method MergeBookmark (line 539) | internal void MergeBookmark(IList es) { method ConfigAutoBookmarkTextStyles (line 599) | internal void ConfigAutoBookmarkTextStyles(int level, Editor.TextInfo ... method ShowAutoBookmarkForm (line 625) | internal void ShowAutoBookmarkForm() { method AutoBookmark (line 634) | internal void AutoBookmark(IEnumerable... method NewBookmark (line 782) | static BookmarkContainer NewBookmark(BookmarkContainer bm, BookmarkCon... method GetLineText (line 790) | static string GetLineText(MuPDF.TextLine line, MuPDF.TextBlock block, ... method TrimBookmarkText (line 805) | static bool TrimBookmarkText(BookmarkContainer bm) { FILE: App/Functions/Editor/CustomPatternForm.Designer.cs class CustomPatternForm (line 3) | partial class CustomPatternForm method Dispose (line 14) | protected override void Dispose(bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent() { FILE: App/Functions/Editor/CustomPatternForm.cs class CustomPatternForm (line 13) | public partial class CustomPatternForm : Form method CustomPatternForm (line 15) | public CustomPatternForm() { method _OkButton_Click (line 23) | void _OkButton_Click(object sender, EventArgs e) { method _CancelButton_Click (line 35) | void _CancelButton_Click(object sender, EventArgs e) { FILE: App/Functions/Editor/DocumentInfoForm.Designer.cs class DocumentInfoForm (line 3) | partial class DocumentInfoForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/Editor/DocumentInfoForm.cs class DocumentInfoForm (line 8) | sealed partial class DocumentInfoForm : Form method DocumentInfoForm (line 13) | public DocumentInfoForm() { method OnLoad (line 18) | void OnLoad() { method SetText (line 61) | static void SetText(Control control, string value) { FILE: App/Functions/Editor/DoubleClickableRadioButton.cs class DoubleClickableRadioButton (line 8) | sealed class DoubleClickableRadioButton : RadioButton method DoubleClickableRadioButton (line 10) | public DoubleClickableRadioButton() { method OnMouseDoubleClick (line 16) | protected override void OnMouseDoubleClick(MouseEventArgs e) { FILE: App/Functions/Editor/EditModel.cs class EditModel (line 9) | internal sealed class EditModel method EditModel (line 11) | public EditModel() { method GetPdfFilePath (line 44) | internal string GetPdfFilePath() { class Region (line 61) | internal sealed class Region method Region (line 79) | public Region(PagePosition position, string text, TextSource source) { type TextSource (line 86) | internal enum TextSource class AutoBookmarkSettings (line 90) | internal sealed class AutoBookmarkSettings method AutoBookmarkSettings (line 99) | public AutoBookmarkSettings(int level, string fontName, int fontSize) { FILE: App/Functions/Editor/EditorCommands.cs class EditorCommands (line 7) | static class EditorCommands method InitCommands (line 12) | static CommandRegistry InitCommands() { method Execute (line 67) | public static void Execute(string command, Controller controller, para... FILE: App/Functions/Editor/IEditView.cs type IEditView (line 5) | internal interface IEditView FILE: App/Functions/Editor/IEditorCommand.cs type IEditorCommand (line 7) | interface IEditorCommand : Common.ICommand FILE: App/Functions/Editor/InsertBookmarkForm.Designer.cs class InsertBookmarkForm (line 3) | partial class InsertBookmarkForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/Editor/InsertBookmarkForm.cs class InsertBookmarkForm (line 8) | sealed partial class InsertBookmarkForm : DraggableForm method InsertBookmarkForm (line 40) | public InsertBookmarkForm() { method SetInsertMode (line 44) | public void SetInsertMode(InsertBookmarkPositionType positionType) { method OnLoad (line 54) | void OnLoad() { method InsertModeBox_DoubleClick (line 66) | void InsertModeBox_DoubleClick(object sender, EventArgs e) { method OkButtonClicked (line 70) | void OkButtonClicked(object sender, EventArgs args) { method OnVisibleChanged (line 81) | protected override void OnVisibleChanged(EventArgs e) { method FocusTitleBox (line 89) | public void FocusTitleBox() { method OnActivated (line 94) | protected override void OnActivated(EventArgs e) { method OnDeactivate (line 99) | protected override void OnDeactivate(EventArgs e) { FILE: App/Functions/Editor/InsertPageLabelForm.Designer.cs class InsertPageLabelForm (line 3) | partial class InsertPageLabelForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/Editor/InsertPageLabelForm.cs class InsertPageLabelForm (line 7) | sealed partial class InsertPageLabelForm : DraggableForm method InsertPageLabelForm (line 19) | public InsertPageLabelForm() { method OnLoad (line 24) | void OnLoad() { method OnFormClosed (line 32) | protected override void OnFormClosed(FormClosedEventArgs e) { method HandleCommandButtonClick (line 38) | void HandleCommandButtonClick(object sender, EventArgs e) { method SetValues (line 46) | internal void SetValues(MuPDF.PageLabel label) { method OnDeactivate (line 54) | protected override void OnDeactivate(EventArgs e) { FILE: App/Functions/Editor/NewCoordinateEntryForm.Designer.cs class NewCoordinateEntryForm (line 3) | partial class NewCoordinateEntryForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/Editor/NewCoordinateEntryForm.cs class NewCoordinateEntryForm (line 7) | sealed partial class NewCoordinateEntryForm : Form method NewCoordinateEntryForm (line 14) | public NewCoordinateEntryForm() { method OnLoad (line 20) | void OnLoad() { method _OkButton_Click (line 25) | void _OkButton_Click(object sender, EventArgs e) { method _CancelButton_Click (line 30) | void _CancelButton_Click(object sender, EventArgs e) { FILE: App/Functions/Editor/PagePropertyForm.Designer.cs class PagePropertyForm (line 3) | partial class PagePropertyForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/Editor/PagePropertyForm.cs class PagePropertyForm (line 11) | sealed partial class PagePropertyForm : DraggableForm method PagePropertyForm (line 15) | public PagePropertyForm() { method OnLoad (line 19) | void OnLoad() { method LoadPage (line 27) | public void LoadPage(Page page) { method AddBox (line 50) | void AddBox(Page page, MuRectangle rect, string title) { method _PageDimensionBox_SelectedIndexChanged (line 56) | void _PageDimensionBox_SelectedIndexChanged(object sender, EventArgs a... method OnDeactivate (line 69) | protected override void OnDeactivate(EventArgs e) { class Box (line 74) | sealed class Box method Box (line 78) | public Box(MuRectangle rect, string title) { method ToString (line 82) | public override string ToString() { class MuFontAndSize (line 87) | sealed class MuFontAndSize method MuFontAndSize (line 92) | public MuFontAndSize(string fontName, float size) { class FontAndSizeComparer (line 97) | sealed class FontAndSizeComparer : IEqualityComparer method Equals (line 99) | public bool Equals(MuFontAndSize x, MuFontAndSize y) { method GetHashCode (line 103) | public int GetHashCode(MuFontAndSize obj) { FILE: App/Functions/Editor/Parts/BookmarkInViewSynchronizer.cs class BookmarkInViewSynchronizer (line 8) | internal sealed class BookmarkInViewSynchronizer method BookmarkInViewSynchronizer (line 18) | public BookmarkInViewSynchronizer(BookmarkEditorView bookmark, ViewerC... method HandleBookmarkChange (line 27) | void HandleBookmarkChange(object sender, EventArgs e) { method SyncBookmarkPosition (line 49) | void SyncBookmarkPosition(object sender, ViewerControl.PageChangedEven... method SyncView (line 53) | void SyncView() { method FindNearestBookmark (line 65) | BookmarkElement FindNearestBookmark(int itemCount, PagePosition p) { method HighlightInViewRow (line 140) | void HighlightInViewRow(object sender, FormatRowEventArgs e) { FILE: App/Functions/Editor/Parts/BookmarkTitleEditHandler.cs class BookmarkTitleEditHandler (line 10) | sealed class BookmarkTitleEditHandler method BookmarkTitleEditHandler (line 16) | public BookmarkTitleEditHandler(Controller controller) { method BookmarkBoxBeforeLabelEdit (line 25) | void BookmarkBoxBeforeLabelEdit(object sender, LabelEditEventArgs e) { method BookmarkBoxCellClick (line 30) | void BookmarkBoxCellClick(object sender, CellClickEventArgs e) { method BookmarkBoxCellEditStarting (line 37) | void BookmarkBoxCellEditStarting(object sender, CellEditEventArgs e) { method ScrollToSelectedBookmarkLocation (line 43) | void ScrollToSelectedBookmarkLocation() { FILE: App/Functions/Editor/SavePdfForm.Designer.cs class SavePdfForm (line 3) | partial class SavePdfForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/Editor/SavePdfForm.cs class SavePdfForm (line 8) | sealed partial class SavePdfForm : Form method SavePdfForm (line 17) | SavePdfForm() { method SavePdfForm (line 23) | public SavePdfForm(string sourcePath, string targetPath, PdfInfoXmlDoc... method ImportBookmarkForm_Load (line 50) | void ImportBookmarkForm_Load(object sender, EventArgs e) { method _OkButton_Click (line 55) | void _OkButton_Click(object source, EventArgs args) { method _CancelButton_Click (line 84) | void _CancelButton_Click(Object source, EventArgs args) { FILE: App/Functions/Editor/SearchBookmarkForm.Designer.cs class SearchBookmarkForm (line 3) | partial class SearchBookmarkForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/Editor/SearchBookmarkForm.cs class SearchBookmarkForm (line 11) | sealed partial class SearchBookmarkForm : Form method SearchBookmarkForm (line 18) | internal SearchBookmarkForm(Editor.Controller controller) { method OnLoad (line 24) | void OnLoad() { method _SearchTextBox_TextChanged (line 29) | void _SearchTextBox_TextChanged(object sender, EventArgs e) { method SearchBookmarkForm_Load (line 33) | private void SearchBookmarkForm_Load(object sender, EventArgs e) { method CreateMatcher (line 61) | BookmarkMatcher CreateMatcher() { method _SearchButton_Click (line 70) | private void _SearchButton_Click(Object sender, EventArgs args) { method _ReplaceButton_Click (line 106) | private void _ReplaceButton_Click(object sender, EventArgs e) { method _CloseButton_Click (line 121) | private void _CloseButton_Click(Object source, EventArgs args) { method MatchModeChanged (line 126) | private void MatchModeChanged(object sender, EventArgs e) { method ReplaceModeChanged (line 139) | private void ReplaceModeChanged(object sender, EventArgs e) { method ReplaceBookmarks (line 143) | private int ReplaceBookmarks(bool replaceInSelection, BookmarkMatcher ... FILE: App/Functions/Editor/ShiftPageNumberEntryForm.Designer.cs class ShiftPageNumberEntryForm (line 3) | partial class ShiftPageNumberEntryForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/Editor/ShiftPageNumberEntryForm.cs class ShiftPageNumberEntryForm (line 7) | sealed partial class ShiftPageNumberEntryForm : Form method ShiftPageNumberEntryForm (line 15) | public ShiftPageNumberEntryForm() { method OnLoad (line 20) | void OnLoad() { method _OkButton_Click (line 28) | void _OkButton_Click(Object source, EventArgs args) { method _CancelButton_Click (line 33) | void _CancelButton_Click(Object source, EventArgs args) { FILE: App/Functions/Editor/ViewerControl.cs class ViewerControl (line 19) | internal sealed class ViewerControl : ImageBoxEx { type ZoomMode (line 20) | enum ZoomMode { class PageChangedEventArgs (line 31) | internal sealed class PageChangedEventArgs(int pageNumber) : EventArgs { class SelectionChangedEventArgs (line 34) | internal sealed class SelectionChangedEventArgs(Editor.Selection selec... method ViewerControl (line 338) | public ViewerControl() { method OnCreateControl (line 407) | protected override void OnCreateControl() { method OnMouseMove (line 414) | protected override void OnMouseMove(MouseEventArgs e) { method OnSelectionRegionChanged (line 421) | protected override void OnSelectionRegionChanged(EventArgs e) { method OnClientSizeChanged (line 428) | protected override void OnClientSizeChanged(EventArgs e) { method LimitSelectionInPage (line 438) | void LimitSelectionInPage(DrawingPoint location) { method ProcessCmdKey (line 479) | protected override bool ProcessCmdKey(ref Message msg, Keys keyData) { method OnMouseWheel (line 518) | protected override void OnMouseWheel(MouseEventArgs e) { method CloseFile (line 544) | internal void CloseFile() { method Reopen (line 550) | internal void Reopen() { method OnVirtualDraw (line 557) | protected override void OnVirtualDraw(PaintEventArgs e) { method GetPageLabel (line 627) | string GetPageLabel(int pageNumber) { method GetDisplayingPageRange (line 636) | Model.PageRange GetDisplayingPageRange() { method DrawTextBorders (line 647) | void DrawTextBorders(Graphics g, int pageNumber, DrawingPoint offset, ... method GetSelection (line 680) | internal Editor.Selection GetSelection() { method GetSelectionPageRegion (line 696) | internal Editor.PageRegion GetSelectionPageRegion() { method FindTextLines (line 714) | internal Editor.TextInfo FindTextLines(Editor.PagePosition position) { method FindTextLines (line 779) | internal List FindTextLines(Editor.PageRegion region) { method GetZoomFactorForPage (line 804) | float GetZoomFactorForPage(Box bound) { method OcrPage (line 808) | public List OcrPage(int pageNumber, bool cached) { method CleanUpOcrResult (line 815) | public string[] CleanUpOcrResult(List result) { method Ocr (line 819) | List Ocr(int pageNumber) { method GetPageImage (line 842) | public Bitmap GetPageImage(int pageNumber) { method LoadPage (line 848) | public Page LoadPage(int pageNumber) { method GetPageBound (line 851) | public Box GetPageBound(int pageNumber) { method RenderPage (line 855) | Bitmap RenderPage(int pageNumber, int width, int height) { method GetPageNumberFromOffset (line 878) | int GetPageNumberFromOffset(int offsetX, int offsetY) { method ChangeZoom (line 901) | bool ChangeZoom(string zoomMode) { method CalculateZoomFactor (line 937) | bool CalculateZoomFactor(string zoomMode) { method UpdateDisplay (line 976) | void UpdateDisplay() { UpdateDisplay(false); } method UpdateDisplay (line 977) | void UpdateDisplay(bool resized) { method GetCurrentScrollPosition (line 1002) | internal Editor.PagePosition GetCurrentScrollPosition() { method IsClientPointInSelection (line 1006) | internal bool IsClientPointInSelection(DrawingPoint point) { method MuRectangleToImageRegion (line 1010) | internal RectangleF MuRectangleToImageRegion(int pageNumber, Box box) { method TransposeClientToPagePosition (line 1031) | internal Editor.PagePosition TransposeClientToPagePosition(int clientX... method TransposeVirtualImageToClient (line 1045) | internal DrawingPoint TransposeVirtualImageToClient(float imageX, floa... method GetVirtualImageOffset (line 1055) | internal DrawingPoint GetVirtualImageOffset(int pageNumber) { method TransposeVirtualImageToPagePosition (line 1068) | internal Editor.PagePosition TransposeVirtualImageToPagePosition(int i... method TransposeClientToPageImage (line 1079) | internal Editor.PagePoint TransposeClientToPageImage(int clientX, int ... method TransposeVirtualImageToPagePosition (line 1096) | internal Editor.PagePosition TransposeVirtualImageToPagePosition(int p... method TransposePageImageToPagePosition (line 1108) | internal Editor.PagePosition TransposePageImageToPagePosition(int page... method GetPageFullWidth (line 1120) | int GetPageFullWidth(float pageWidth) { method GetPageFullHeight (line 1123) | int GetPageFullHeight(float pageHeight) { method ScrollToPage (line 1127) | bool ScrollToPage(int pageNumber) { method ScrollToPosition (line 1153) | internal void ScrollToPosition(Editor.PagePosition position) { method Next (line 1180) | bool Next(int deltaPageNumber) { method LoadPageBounds (line 1189) | void LoadPageBounds() { method CalculateDocumentVirtualSize (line 1200) | void CalculateDocumentVirtualSize() { method ExecuteCommand (line 1249) | public void ExecuteCommand(string cmd) { method InitViewer (line 1264) | public void InitViewer() { method Dispose (line 1288) | protected override void Dispose(bool disposing) { FILE: App/Functions/Editor/ViewerStructures.cs type ContentDirection (line 14) | public enum ContentDirection type MouseMode (line 20) | public enum MouseMode type PagePoint (line 25) | public readonly struct PagePoint(int pageNumber, float imageX, float ima... method Equals (line 32) | public override bool Equals(object obj) { method Equals (line 36) | public bool Equals(PagePoint other) { method GetHashCode (line 42) | public override int GetHashCode() { type PagePosition (line 59) | readonly struct PagePosition method PagePosition (line 79) | internal PagePosition(int page, PointF position, DrawingPoint imagePos... method PagePosition (line 82) | internal PagePosition(int page, float x, float y, int imageX, int imag... method ToPageCoordinate (line 93) | public MuPoint ToPageCoordinate(Page page) { type PageRegion (line 99) | readonly struct PageRegion method PageRegion (line 106) | internal PageRegion(PagePosition p1, PagePosition p2) { method ToPageCoordinate (line 117) | public MuRectangle ToPageCoordinate(Page page) { type TextInfo (line 127) | readonly struct TextInfo method TextInfo (line 137) | public TextInfo(Page page, MuRectangle bbox, List textLines,... method GetFonts (line 146) | public IEnumerable GetFonts() { method GetFontNames (line 158) | public IEnumerable GetFontNames() { method ToString (line 171) | public override string ToString() { class TextSpan (line 196) | [DebuggerDisplay("Point={Point}; Font={Font}; Size={Size}; Color={Color}... method GetTextSpans (line 207) | public static IEnumerable GetTextSpans(TextLine line) { type Selection (line 247) | readonly struct Selection(RenderResultCache cache, int page, MuRectangle... method GetSelectedBitmap (line 265) | public Bitmap GetSelectedBitmap() { FILE: App/Functions/Editor/ZoomRateEntryForm.Designer.cs class ZoomRateEntryForm (line 3) | partial class ZoomRateEntryForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/Editor/ZoomRateEntryForm.cs class ZoomRateEntryForm (line 7) | sealed partial class ZoomRateEntryForm : Form method ZoomRateEntryForm (line 11) | public ZoomRateEntryForm() { method OnLoad (line 16) | void OnLoad() { method _OkButton_Click (line 21) | void _OkButton_Click(Object source, EventArgs args) { method _CancelButton_Click (line 26) | void _CancelButton_Click(Object source, EventArgs args) { FILE: App/Functions/EditorControl.Designer.cs class EditorControl (line 3) | partial class EditorControl method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/EditorControl.cs class EditorControl (line 14) | public sealed partial class EditorControl : FunctionControl, IDocumentEd... method EditorControl (line 23) | public EditorControl() { method OnLoad (line 45) | void OnLoad() { method CreateChangeZoomRateItems (line 185) | private void CreateChangeZoomRateItems() { method _ViewerBoxInitializeAfterDocumentLoad (line 196) | void _ViewerBoxInitializeAfterDocumentLoad(object sender, EventArgs e) { method OnDeselected (line 208) | internal override void OnDeselected() { method _ViewBox_MouseClick (line 213) | void _ViewBox_MouseClick(object sender, MouseEventArgs args) { method _MainToolbar_ItemClicked (line 234) | void _MainToolbar_ItemClicked(object sender, ToolStripItemClickedEvent... method ButtonClicked (line 239) | void ButtonClicked(object sender, EventArgs e) { method SetupCommand (line 248) | public override void SetupCommand(ToolStripItem item) { method ExecuteCommand (line 324) | public override void ExecuteCommand(string cmd, params string[] parame... method CloseDocument (line 378) | public void CloseDocument() { method Reopen (line 382) | public void Reopen() { method _BookmarkColorButton_SelectedColorChanged (line 386) | void _BookmarkColorButton_SelectedColorChanged(object sender, EventArg... method _OpenButton_DropDownOpening (line 391) | void _OpenButton_DropDownOpening(object sender, EventArgs e) { method _OpenButton_DropDownItemClicked (line 402) | void _OpenButton_DropDownItemClicked(object sender, ToolStripItemClick... method ProcessCmdKey (line 407) | [SecurityPermission(SecurityAction.LinkDemand, Flags = SecurityPermiss... method _BookmarkBox_DragEnter (line 518) | void _BookmarkBox_DragEnter(object sender, DragEventArgs e) { method _BookmarkBox_DragDrop (line 522) | void _BookmarkBox_DragDrop(object sender, DragEventArgs e) { FILE: App/Functions/ExtractImageControl.Designer.cs class ExtractImageControl (line 3) | partial class ExtractImageControl method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/ExtractImageControl.cs class ExtractImageControl (line 9) | [ToolboxItem(false)] method ExtractImageControl (line 16) | public ExtractImageControl() { method OnLoad (line 23) | void OnLoad() { method ExecuteCommand (line 51) | public override void ExecuteCommand(string commandName, params string[... method Reset (line 62) | public void Reset() { method Reload (line 67) | public void Reload() { method _BrowseTargetPdfButton_Click (line 86) | void _BrowseTargetPdfButton_Click(object sender, EventArgs e) { method _ExtractButton_Click (line 99) | void _ExtractButton_Click(object sender, EventArgs e) { method _FileNameMaskBox_TextChanged (line 169) | void _FileNameMaskBox_TextChanged(object sender, EventArgs e) { method ShowFileMaskPreview (line 173) | void ShowFileMaskPreview() { method Control_Show (line 191) | void Control_Show(object sender, EventArgs e) { FILE: App/Functions/ExtractPageControl.Designer.cs class ExtractPageControl (line 3) | partial class ExtractPageControl method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/ExtractPageControl.cs class ExtractPageControl (line 9) | [ToolboxItem(false)] method ExtractPageControl (line 16) | public ExtractPageControl() { method OnLoad (line 23) | void OnLoad() { method ExecuteCommand (line 43) | public override void ExecuteCommand(string commandName, params string[... method _ExtractButton_Click (line 54) | void _ExtractButton_Click(object sender, EventArgs e) { method _ExtractPageRangeBox_TextChanged (line 112) | void _ExtractPageRangeBox_TextChanged(object sender, EventArgs e) { method Reset (line 125) | void IResettableControl.Reset() { method Reload (line 130) | void IResettableControl.Reload() { FILE: App/Functions/FileListHelper.cs class FileListHelper (line 11) | sealed class FileListHelper method FileListHelper (line 16) | public FileListHelper(ObjectListView fileList) { method SetupDragAndDrop (line 24) | public void SetupDragAndDrop(AddFilesCallback addFilesCallback) { method OpenPdfButtonDropDownOpeningHandler (line 55) | public static void OpenPdfButtonDropDownOpeningHandler(object sender, ... method RefreshInfo (line 71) | public void RefreshInfo(Encoding encoding) { method SetupCommonPdfColumns (line 87) | public static void SetupCommonPdfColumns(params OLVColumn[] columns) { method SetupAuthorColumn (line 101) | static void SetupAuthorColumn(OLVColumn column) { method SetupKeywordsColumn (line 107) | static void SetupKeywordsColumn(OLVColumn column) { method SetupSubjectColumn (line 113) | static void SetupSubjectColumn(OLVColumn column) { method SetupTitleColumn (line 119) | static void SetupTitleColumn(OLVColumn column) { method SetupPageCountColumn (line 125) | static void SetupPageCountColumn(OLVColumn column) { method SetupFileNameColumn (line 128) | static void SetupFileNameColumn(OLVColumn column) { method SetupFolderNameColumn (line 134) | static void SetupFolderNameColumn(OLVColumn column) { method SetupFileTimeColumn (line 137) | static void SetupFileTimeColumn(OLVColumn column) { method SetupHotkeys (line 142) | public void SetupHotkeys() { method ProcessCommonMenuCommand (line 155) | public bool ProcessCommonMenuCommand(string commandID) { method GetSourceItems (line 207) | public List GetSourceItems(bool selectedOnly) where T : SourceIt... method PrepareSourceFiles (line 222) | public void PrepareSourceFiles() { method ResizeItemListColumns (line 238) | public void ResizeItemListColumns() { FILE: App/Functions/FormState.cs class FormState (line 9) | public sealed class FormState method Maximize (line 17) | public void Maximize(Form targetForm) { method Save (line 32) | void Save(Form targetForm) { method Restore (line 38) | public void Restore(Form targetForm) { FILE: App/Functions/FrontPageControl.Designer.cs class FrontPageControl (line 3) | partial class FrontPageControl method Dispose (line 13) | protected override void Dispose (bool disposing) { method InitializeComponent (line 26) | private void InitializeComponent () { FILE: App/Functions/FrontPageControl.cs class FrontPageControl (line 10) | [ToolboxItem(false)] method ExecuteCommand (line 21) | public override void ExecuteCommand(string commandName, params string[... method FrontPageControl (line 39) | public FrontPageControl() { method OnDragEnter (line 47) | protected override void OnDragEnter(DragEventArgs drgevent) { method OnDragDrop (line 51) | protected override void OnDragDrop(DragEventArgs drgevent) { method OnSelected (line 57) | internal override void OnSelected() { method SetupCommand (line 61) | public override void SetupCommand(ToolStripItem item) { method RefreshContent (line 71) | void RefreshContent() { method GetLastFileList (line 81) | string GetLastFileList() { method _FrontPageBox_LinkClicked (line 88) | void _FrontPageBox_LinkClicked(object sender, HtmlLinkClickedEventArgs... method _FrontPageBox_ImageLoad (line 93) | void _FrontPageBox_ImageLoad(object sender, HtmlImageLoadEventArgs e) { FILE: App/Functions/FunctionControl.cs class FunctionControl (line 8) | public class FunctionControl : UserControl method ExecuteCommand (line 21) | public void ExecuteCommand(ToolStripItem item) { method ExecuteCommand (line 26) | public virtual void ExecuteCommand(string commandName, params string[]... method SetupCommand (line 44) | public virtual void SetupCommand(ToolStripItem item) { } method OnSelected (line 45) | internal virtual void OnSelected() { } method OnDeselected (line 46) | internal virtual void OnDeselected() { } method FunctionControl (line 48) | protected FunctionControl() { method SetupMenu (line 57) | internal void SetupMenu(ToolStripMenuItem menu) { method SetupMenu (line 60) | internal void SetupMenu(ToolStripItemCollection items) { method EnableCommand (line 104) | internal void EnableCommand(ToolStripItem item, bool enabled, bool vis... FILE: App/Functions/FunctionTabContainer.cs class FunctionTabContainer (line 9) | sealed class FunctionTabContainer : CustomTabControl method SafeCloseTab (line 23) | public bool SafeCloseTab(TabPage tabPage = null) { method GetPrimaryControlsInTabs (line 49) | public IEnumerable GetPrimaryControlsInTabs() { method OnMouseClick (line 57) | protected override void OnMouseClick(MouseEventArgs e) { method OnMouseDoubleClick (line 63) | protected override void OnMouseDoubleClick(MouseEventArgs e) { method CloseTabOnMouseEvent (line 70) | void CloseTabOnMouseEvent(MouseEventArgs args) { FILE: App/Functions/HistoryComboBox.cs class HistoryComboBox (line 8) | public class HistoryComboBox : ComboBox method HistoryComboBox (line 13) | public HistoryComboBox() { method AddHistoryItem (line 24) | internal void AddHistoryItem() { method AddHistoryItem (line 28) | internal void AddHistoryItem(string text) { method IndexOf (line 46) | int IndexOf(string o) { method RemoveAt (line 56) | void RemoveAt(int i) { method Insert (line 66) | void Insert(int i, string o) { FILE: App/Functions/HtmlPageControl.cs class HtmlPageControl (line 6) | class HtmlPageControl : FunctionControl method HandleLinkClicked (line 8) | protected void HandleLinkClicked(string link) { method LoadResourceImage (line 31) | protected void LoadResourceImage(TheArtOfDev.HtmlRenderer.Core.Entitie... FILE: App/Functions/IDocumentEditor.cs type IDocumentSource (line 5) | interface IDocumentSource type IDocumentEditor (line 10) | interface IDocumentEditor : IDocumentSource method CloseDocument (line 15) | void CloseDocument(); method Reopen (line 16) | void Reopen(); class DocumentChangedEventArgs (line 19) | public sealed class DocumentChangedEventArgs : EventArgs method DocumentChangedEventArgs (line 22) | internal DocumentChangedEventArgs(string path) { FILE: App/Functions/IResettableControl.cs type IResettableControl (line 6) | interface IResettableControl method Reset (line 8) | void Reset(); method Reload (line 9) | void Reload(); FILE: App/Functions/ITextInfoFilterEditor.cs type IFilterConditionEditor (line 5) | interface IFilterConditionEditor FILE: App/Functions/InfoExchangerControl.Designer.cs class InfoExchangerControl (line 3) | partial class InfoExchangerControl method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/InfoExchangerControl.cs class InfoExchangerControl (line 13) | [ToolboxItem(false)] method InfoExchangerControl (line 22) | public InfoExchangerControl() { method OnLoad (line 27) | void OnLoad() { method ExecuteCommand (line 85) | public override void ExecuteCommand(string commandName, params string[... method SetupCommand (line 103) | public override void SetupCommand(ToolStripItem item) { method FileControl_BrowseForFile (line 124) | void FileControl_BrowseForFile(object sender, EventArgs e) { method AddFiles (line 128) | void AddFiles(string[] files, bool alertInvalidFiles) { method _ImportButton_Click (line 144) | void _ImportButton_Click(object sender, EventArgs e) { method _ExportBookmarkButton_Click (line 199) | void _ExportBookmarkButton_Click(object sender, EventArgs e) { method GetSourceItemList (line 242) | List GetSourceItemList() { method _SortMenu_ItemClicked (line 256) | void _SortMenu_ItemClicked(object sender, ToolStripItemClickedEventArg... method _ImageList_ColumnClick (line 267) | void _ImageList_ColumnClick(object sender, ColumnClickEventArgs e) { method _MainToolbar_ButtonClick (line 274) | void _MainToolbar_ButtonClick(object sender, EventArgs e) { method _MainToolbar_ItemClicked (line 284) | void _MainToolbar_ItemClicked(object sender, ToolStripItemClickedEvent... method _AddDocumentWorker_DoWork (line 289) | void _AddDocumentWorker_DoWork(object sender, DoWorkEventArgs e) { method _AddDocumentWorker_RunWorkerCompleted (line 294) | void _AddDocumentWorker_RunWorkerCompleted(object sender, RunWorkerCom... method _AddDocumentWorker_ProgressChanged (line 299) | void _AddDocumentWorker_ProgressChanged(object sender, ProgressChanged... method AddItem (line 304) | void AddItem(SourceItem item) { method AddItems (line 311) | void AddItems(System.Collections.ICollection items) { FILE: App/Functions/InfoFileOptionControl.Designer.cs class InfoFileOptionControl (line 3) | partial class InfoFileOptionControl method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/InfoFileOptionControl.cs class InfoFileOptionControl (line 8) | [ToolboxItem(false)] method InfoFileOptionControl (line 15) | public InfoFileOptionControl() { method OnLoad (line 20) | void OnLoad() { method Reset (line 52) | public void Reset() { method Reload (line 60) | public void Reload() { method OptionChanged (line 92) | void OptionChanged(object sender, EventArgs e) { method _EncodingBox_Leave (line 156) | void _EncodingBox_Leave(object sender, EventArgs e) { method _ExtractPageRangeBox_Leave (line 167) | void _ExtractPageRangeBox_Leave(object sender, EventArgs e) { method ExportOptionControl_VisibleChanged (line 171) | private void ExportOptionControl_VisibleChanged(object sender, EventAr... FILE: App/Functions/ListViewItemComparer.cs class ListViewItemComparer (line 7) | sealed class ListViewItemComparer : System.Collections.IComparer method ListViewItemComparer (line 16) | public ListViewItemComparer() { method ListViewItemComparer (line 19) | public ListViewItemComparer(int column) { method ListViewItemComparer (line 22) | public ListViewItemComparer(int column, bool useSmartSort) { method ListViewItemComparer (line 27) | public ListViewItemComparer(int column, bool useSmartSort, SortOrder s... method Compare (line 35) | int System.Collections.IComparer.Compare(object x, object y) { class OlvColumnSmartComparer (line 49) | sealed class OlvColumnSmartComparer(BrightIdeasSoftware.OLVColumn column... method Compare (line 58) | int System.Collections.IComparer.Compare(object x, object y) { FILE: App/Functions/MacroMenu.cs class MacroMenu (line 5) | internal sealed class MacroMenu : ContextMenuStrip method MacroMenu (line 11) | public MacroMenu() : base() { } method MacroMenu (line 12) | public MacroMenu(System.ComponentModel.IContainer container) : base(co... method AddInsertMacroMenuItem (line 14) | internal void AddInsertMacroMenuItem(string text) { method LoadStandardSourceFileMacros (line 18) | internal void LoadStandardSourceFileMacros() { method LoadStandardInfoMacros (line 26) | internal void LoadStandardInfoMacros() { method ProcessInsertMacroCommand (line 36) | internal void ProcessInsertMacroCommand(object sender, ToolStripItemCl... FILE: App/Functions/MergerControl.Designer.cs class MergerControl (line 3) | partial class MergerControl method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/MergerControl.cs class MergerControl (line 15) | [ToolboxItem(false)] method MergerControl (line 26) | public MergerControl() { method OnLoad (line 32) | void OnLoad() { method ProcessCmdKey (line 149) | [SecurityPermission(SecurityAction.LinkDemand, Flags = SecurityPermiss... method ItemList_CanDropFile (line 170) | void ItemList_CanDropFile(object sender, OlvDropEventArgs e) { method ItemList_FileDropped (line 195) | void ItemList_FileDropped(object sender, OlvDropEventArgs e) { method ItemList_CanDropModel (line 218) | void ItemList_CanDropModel(object sender, ModelDropEventArgs e) { method ItemList_Dropped (line 257) | void ItemList_Dropped(object sender, ModelDropEventArgs e) { method SetupCommand (line 276) | public override void SetupCommand(ToolStripItem item) { method FileControl_BrowseForFile (line 293) | void FileControl_BrowseForFile(object sender, EventArgs e) { method CopyOrMoveElement (line 305) | internal void CopyOrMoveElement(List source, SourceItem ta... method GetParentSourceItem (line 351) | SourceItem GetParentSourceItem(SourceItem item) { method AddFiles (line 357) | void AddFiles(string[] files) { method _AddFolder_DropDownOpening (line 371) | void _AddFolder_DropDownOpening(object sender, EventArgs e) { method _AddFolderButton_DropDownItemClicked (line 381) | void _AddFolderButton_DropDownItemClicked(object sender, ToolStripItem... method _ImportButton_Click (line 391) | void _ImportButton_Click(object sender, EventArgs e) { method _SortMenu_ItemClicked (line 457) | void _SortMenu_ItemClicked(object sender, ToolStripItemClickedEventArg... method _MainToolbar_ButtonClick (line 483) | void _MainToolbar_ButtonClick(object sender, EventArgs e) { method _MainToolbar_ItemClicked (line 510) | void _MainToolbar_ItemClicked(object sender, ToolStripItemClickedEvent... method ExecuteCommand (line 514) | public override void ExecuteCommand(string commandName, params string[... method CopySelectedItems (line 733) | void CopySelectedItems(Converter converter) { method RefreshBookmarkColor (line 749) | void RefreshBookmarkColor() { method SelectItemsByType (line 761) | void SelectItemsByType(SourceItem.ItemType type) { method SelectItemsByType (line 767) | void SelectItemsByType(SourceItem.ItemType type, List resu... method _ItemList_ItemActivate (line 779) | void _ItemList_ItemActivate(object sender, EventArgs e) { method SetImageCropping (line 793) | void SetImageCropping() { method GetFocusedPdfItem (line 835) | ListViewItem GetFocusedPdfItem() { method _ItemListMenu_Opening (line 844) | void _ItemListMenu_Opening(object sender, CancelEventArgs e) { method GetSourceItems (line 856) | List GetSourceItems(bool selectedOnly) where T : SourceItem { method SelectItems (line 866) | static void SelectItems(System.Collections.IEnumerable list, List GetSourceItemList() { method _SortMenu_ItemClicked (line 229) | void _SortMenu_ItemClicked(object sender, ToolStripItemClickedEventArg... method _ImageList_ColumnClick (line 240) | void _ImageList_ColumnClick(object sender, ColumnClickEventArgs e) { method _MainToolbar_ItemClicked (line 247) | void _MainToolbar_ItemClicked(object sender, ToolStripItemClickedEvent... method _AddDocumentWorker_DoWork (line 252) | void _AddDocumentWorker_DoWork(object sender, DoWorkEventArgs e) { method _AddDocumentWorker_RunWorkerCompleted (line 259) | void _AddDocumentWorker_RunWorkerCompleted(object sender, RunWorkerCom... method _AddDocumentWorker_ProgressChanged (line 264) | void _AddDocumentWorker_ProgressChanged(object sender, ProgressChanged... method AddItem (line 269) | void AddItem(SourceItem item) { method AddItems (line 275) | void AddItems(System.Collections.ICollection items) { FILE: App/Functions/PatcherOptionForm.Designer.cs class PatcherOptionForm (line 3) | partial class PatcherOptionForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/PatcherOptionForm.cs class PatcherOptionForm (line 8) | [ToolboxItem(false)] method PatcherOptionForm (line 11) | public PatcherOptionForm() { method OnLoad (line 16) | void OnLoad() { method Reset (line 23) | public void Reset() { method Reload (line 27) | public void Reload() { method OnClosing (line 31) | protected override void OnClosing(CancelEventArgs e) { FILE: App/Functions/PatcherOptionsControl.Designer.cs class PatcherOptionsControl (line 3) | partial class PatcherOptionsControl method Dispose (line 14) | protected override void Dispose(bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent() { FILE: App/Functions/PatcherOptionsControl.cs class PatcherOptionsControl (line 8) | public partial class PatcherOptionsControl : UserControl method PatcherOptionsControl (line 13) | public PatcherOptionsControl() { method Apply (line 20) | public PatcherOptions Apply() { method Reset (line 59) | public void Reset() { method Reload (line 69) | public void Reload() { method OnLoad (line 131) | internal void OnLoad() { method _ThresholdBinaryBox_CheckedChanged (line 159) | void _ThresholdBinaryBox_CheckedChanged(object sender, EventArgs e) { method _RecompressToBinaryImageBox_CheckStateChanged (line 163) | void _RecompressToBinaryImageBox_CheckStateChanged(object sender, Even... method _RecompressWithJbig2Box_CheckStateChanged (line 170) | void _RecompressWithJbig2Box_CheckStateChanged(object sender, EventArg... method CmToPoint (line 178) | static float CmToPoint(NumericUpDown box) { method _PageSizeBox_SelectedIndexChanged (line 182) | void _PageSizeBox_SelectedIndexChanged(object sender, EventArgs e) { method MarginBox_ValueChanged (line 257) | void MarginBox_ValueChanged(object sender, EventArgs e) { FILE: App/Functions/RecentFileMenuHelper.cs class RecentFileMenuHelper (line 7) | static class RecentFileMenuHelper method AddRecentHistoryFile (line 9) | public static void AddRecentHistoryFile(string path) { method AddSourcePdfFiles (line 21) | public static void AddSourcePdfFiles(this ToolStripItemCollection list) { method AddInfoFiles (line 31) | public static void AddInfoFiles(this ToolStripItemCollection list) { FILE: App/Functions/RenameControl.Designer.cs class RenameControl (line 3) | partial class RenameControl method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/RenameControl.cs class RenameControl (line 13) | [ToolboxItem(false)] method RenameControl (line 23) | public RenameControl() { method OnLoad (line 28) | void OnLoad() { method SetupCommand (line 79) | public override void SetupCommand(ToolStripItem item) { method ExecuteCommand (line 87) | public override void ExecuteCommand(string commandName, params string[... method FileControl_BrowseForFile (line 108) | void FileControl_BrowseForFile(object sender, EventArgs e) { method _RenameButton_Click (line 112) | void _RenameButton_Click(object sender, EventArgs e) { method AddFiles (line 136) | void AddFiles(string[] files, bool alertInvalidFiles) { method GetSourceItemList (line 152) | List GetSourceItemList() { method _SortMenu_ItemClicked (line 166) | void _SortMenu_ItemClicked(object sender, ToolStripItemClickedEventArg... method _ImageList_ColumnClick (line 177) | void _ImageList_ColumnClick(object sender, ColumnClickEventArgs e) { method _MainToolbar_ButtonClick (line 184) | void _MainToolbar_ButtonClick(object sender, EventArgs e) { method _MainToolbar_ItemClicked (line 190) | void _MainToolbar_ItemClicked(object sender, ToolStripItemClickedEvent... method _TestRenameButton_Click (line 194) | void _TestRenameButton_Click(object sender, EventArgs e) { method PreviewRename (line 208) | void PreviewRename(List items, string template) { method _AddDocumentWorker_DoWork (line 244) | void _AddDocumentWorker_DoWork(object sender, DoWorkEventArgs e) { method _AddDocumentWorker_RunWorkerCompleted (line 249) | void _AddDocumentWorker_RunWorkerCompleted(object sender, RunWorkerCom... method _AddDocumentWorker_ProgressChanged (line 253) | void _AddDocumentWorker_ProgressChanged(object sender, ProgressChanged... method AddItem (line 258) | void AddItem(SourceItem item) { method AddItems (line 265) | void AddItems(System.Collections.ICollection items) { FILE: App/Functions/RenamePreviewForm.Designer.cs class RenamePreviewForm (line 3) | partial class RenamePreviewForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/RenamePreviewForm.cs class RenamePreviewForm (line 8) | public partial class RenamePreviewForm : Form method RenamePreviewForm (line 10) | public RenamePreviewForm() { method RenamePreviewForm (line 13) | public RenamePreviewForm(string[] sourceFiles, string[] targetFiles) :... method _OKButton_Click (line 47) | private void _OKButton_Click(object sender, EventArgs e) { FILE: App/Functions/RenderImageControl.Designer.cs class RenderImageControl (line 3) | partial class RenderImageControl method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/RenderImageControl.cs class RenderImageControl (line 11) | [ToolboxItem(false)] method RenderImageControl (line 18) | public RenderImageControl() { method OnLoad (line 25) | void OnLoad() { method ExecuteCommand (line 62) | public override void ExecuteCommand(string commandName, params string[... method Reset (line 73) | public void Reset() { method Reload (line 78) | public void Reload() { method _BrowseTargetPdfButton_Click (line 104) | void _BrowseTargetPdfButton_Click(object sender, EventArgs e) { method _ExtractButton_Click (line 117) | void _ExtractButton_Click(object sender, EventArgs e) { method GetRenderedPdfFileName (line 207) | static string GetRenderedPdfFileName(string target) { method _GoToImportImageLink_LinkClicked (line 226) | void _GoToImportImageLink_LinkClicked(object sender, LinkLabelLinkClic... method _FileNameMaskBox_TextChanged (line 230) | void _FileNameMaskBox_TextChanged(object sender, EventArgs e) { method ShowFileMaskPreview (line 234) | void ShowFileMaskPreview() { method Control_Show (line 252) | void Control_Show(object sender, EventArgs e) { FILE: App/Functions/ReportControl.Designer.cs class ReportControl (line 3) | partial class ReportControl method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/ReportControl.cs class ReportControl (line 7) | public partial class ReportControl : UserControl method ReportControl (line 9) | public ReportControl() { method OnVisibleChanged (line 13) | protected override void OnVisibleChanged(EventArgs e) { method _CancelButton_Click (line 21) | void _CancelButton_Click(object sender, EventArgs e) { method SetGoal (line 31) | internal void SetGoal(int goalValue) { method SetTotalGoal (line 35) | internal void SetTotalGoal(int goalValue) { method SetProgress (line 39) | internal void SetProgress(int p) { method IncrementProgress (line 42) | internal void IncrementProgress(int progress) { method IncrementTotalProgress (line 45) | internal void IncrementTotalProgress() { method PrintMessage (line 53) | internal void PrintMessage(string text, Tracker.Category category) { method Reset (line 87) | internal void Reset() { method Complete (line 96) | internal void Complete() { method _LogBox_LinkClicked (line 103) | void _LogBox_LinkClicked(object sender, LinkClickedEventArgs e) { FILE: App/Functions/RichTextBoxEx.cs class RichTextBoxEx (line 9) | public class RichTextBoxEx : RichTextBox type CHARFORMAT2_STRUCT (line 12) | [StructLayout(LayoutKind.Sequential)] method SendMessage (line 38) | [DllImport("user32.dll", CharSet = CharSet.Auto)] method RichTextBoxEx (line 111) | public RichTextBoxEx() { method InsertLink (line 127) | public void InsertLink(string text) { method InsertLink (line 136) | public void InsertLink(string text, int position) { method InsertLink (line 156) | public void InsertLink(string text, string hyperlink) { method InsertLink (line 169) | public void InsertLink(string text, string hyperlink, int position) { method SetSelectionLink (line 184) | public void SetSelectionLink(bool link) { method GetSelectionLink (line 191) | public int GetSelectionLink() { method SetSelectionFontSize (line 195) | public void SetSelectionFontSize(float size) { method SetSelectionBold (line 209) | public void SetSelectionBold(bool bold) { method SetSelectionUnderline (line 212) | public void SetSelectionUnderline(bool underline) { method SetSelectionStyle (line 216) | void SetSelectionStyle(UInt32 mask, UInt32 effect) { method GetSelectionStyle (line 231) | int GetSelectionStyle(UInt32 mask, UInt32 effect) { FILE: App/Functions/SourceFileControl.Designer.cs class SourceFileControl (line 3) | partial class SourceFileControl method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/SourceFileControl.cs class SourceFileControl (line 8) | public partial class SourceFileControl : UserControl method SourceFileControl (line 11) | public SourceFileControl() { method BrowseFile (line 39) | public void BrowseFile() { method _BrowseSourcePdfButton_Click (line 43) | void _BrowseSourcePdfButton_Click(object sender, EventArgs e) { method SelectFiles (line 58) | void SelectFiles(string[] files) { method _SourcePdfBox_TextChanged (line 69) | void _SourcePdfBox_TextChanged(object sender, EventArgs e) { method _SourcePdfBox_DragEnter (line 78) | void _SourcePdfBox_DragEnter(object sender, DragEventArgs e) { method _SourcePdfBox_DragDrop (line 82) | void _SourcePdfBox_DragDrop(object sender, DragEventArgs e) { method SourceFileControl_Show (line 87) | void SourceFileControl_Show(object sender, EventArgs e) { FILE: App/Functions/SourceImageOptionForm.Designer.cs class SourceImageOptionForm (line 3) | partial class SourceImageOptionForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/SourceImageOptionForm.cs class SourceImageOptionForm (line 7) | internal sealed partial class SourceImageOptionForm : Form method SourceImageOptionForm (line 11) | SourceImageOptionForm() { method SourceImageOptionForm (line 14) | internal SourceImageOptionForm(SourceItem.Image image) : this() { method _OkButton_Click (line 27) | void _OkButton_Click(Object source, EventArgs args) { method _CancelButton_Click (line 39) | void _CancelButton_Click(Object source, EventArgs args) { FILE: App/Functions/SourcePdfOptionForm.Designer.cs class SourcePdfOptionForm (line 3) | partial class SourcePdfOptionForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/SourcePdfOptionForm.cs class SourcePdfOptionForm (line 7) | internal sealed partial class SourcePdfOptionForm : Form method SourcePdfOptionForm (line 11) | SourcePdfOptionForm() { method SourcePdfOptionForm (line 14) | internal SourcePdfOptionForm(SourceItem.Pdf pdf) : this() { method _OkButton_Click (line 27) | void _OkButton_Click(Object source, EventArgs args) { method _CancelButton_Click (line 39) | void _CancelButton_Click(Object source, EventArgs args) { method _ImportImagesOnlyBox_CheckedChanged (line 44) | void _ImportImagesOnlyBox_CheckedChanged(object sender, EventArgs e) { FILE: App/Functions/TargetFileControl.Designer.cs class TargetFileControl (line 3) | partial class TargetFileControl method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/TargetFileControl.cs class TargetFileControl (line 9) | public partial class TargetFileControl : UserControl method TargetFileControl (line 14) | public TargetFileControl() { method BrowseTargetFile (line 25) | public string BrowseTargetFile() { method _BrowseTargetPdfButton_Click (line 47) | void _BrowseTargetPdfButton_Click(object sender, EventArgs e) { method _TargetPdfBox_TextChanged (line 70) | void _TargetPdfBox_TextChanged(object sender, EventArgs e) { method _TargetPdfBox_DragEnter (line 74) | void _TargetPdfBox_DragEnter(object sender, DragEventArgs e) { method _TargetPdfBox_DragDrop (line 78) | void _TargetPdfBox_DragDrop(object sender, DragEventArgs e) { method TargetFileControl_Show (line 82) | void TargetFileControl_Show(object sender, EventArgs e) { FILE: App/Functions/UpdateForm.Designer.cs class UpdateForm (line 3) | partial class UpdateForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/UpdateForm.cs class UpdateForm (line 10) | public partial class UpdateForm : Form method UpdateForm (line 14) | public UpdateForm() { method CheckNewVersion (line 45) | private void CheckNewVersion() { method UpdateChecker_DownloadDataCompleted (line 52) | void UpdateChecker_DownloadDataCompleted(object sender, DownloadDataCo... method CheckResult (line 71) | void CheckResult(XmlDocument x) { FILE: App/Functions/ViewerPreferenceEditor.Designer.cs class ViewerPreferenceEditor (line 3) | partial class ViewerPreferenceEditor method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/Functions/ViewerPreferenceEditor.cs class ViewerPreferenceEditor (line 8) | public partial class ViewerPreferenceEditor : UserControl method ViewerPreferenceEditor (line 39) | public ViewerPreferenceEditor() { method DocumentInfoChanged (line 56) | void DocumentInfoChanged(object sender, EventArgs e) { FILE: App/MainForm.Designer.cs class MainForm (line 3) | partial class MainForm method Dispose (line 14) | protected override void Dispose (bool disposing) { method InitializeComponent (line 27) | private void InitializeComponent () { FILE: App/MainForm.cs class MainForm (line 11) | public partial class MainForm : Form method SetTooltip (line 44) | internal void SetTooltip(Control control, string text) { method GetWorker (line 58) | internal BackgroundWorker GetWorker() { method Worker_DoWork (line 73) | void Worker_DoWork(object sender, DoWorkEventArgs e) { method Worker_RunWorkerCompleted (line 79) | void Worker_RunWorkerCompleted(object sender, RunWorkerCompletedEventA... method ResetWorker (line 89) | public void ResetWorker() { method Worker_ProgressChanged (line 99) | void Worker_ProgressChanged(object sender, ProgressChangedEventArgs e) { method GetFunctionControl (line 132) | internal FunctionControl GetFunctionControl(Function functionName) { method OnDocumentChanged (line 172) | void OnDocumentChanged(object sender, DocumentChangedEventArgs args) { method MainForm (line 194) | public MainForm() { method WndProc (line 199) | protected override void WndProc(ref Message m) { method OnFormClosing (line 207) | protected override void OnFormClosing(FormClosingEventArgs e) { method OnLoad (line 225) | void OnLoad() { method OpenFiles (line 303) | void OpenFiles(string[] files) { method CheckUpdate (line 312) | void CheckUpdate() { method MenuCommand (line 339) | void MenuCommand(object sender, ToolStripItemClickedEventArgs e) { method ExecuteCommand (line 356) | internal void ExecuteCommand(string commandName) { method SetupCustomizeToolbar (line 421) | void SetupCustomizeToolbar() { method ScaleToolbar (line 434) | void ScaleToolbar() { method GetActiveFunctionControl (line 438) | Control GetActiveFunctionControl() { method OpenFileWithEditor (line 442) | internal void OpenFileWithEditor(FilePath path) { method GetOpenedDocumentEditors (line 461) | IEnumerable GetOpenedDocumentEditors() { method SelectFunctionList (line 469) | internal FunctionControl SelectFunctionList(Function func) { method FunctionDeselected (line 526) | void FunctionDeselected(object sender, TabControlEventArgs args) { method SelectedFunctionChanged (line 532) | void SelectedFunctionChanged(object sender, TabControlEventArgs args) { method ShowPdfFileDialog (line 540) | internal string ShowPdfFileDialog() { method MainForm_FormClosed (line 544) | void MainForm_FormClosed(object sender, FormClosedEventArgs e) { method HideLogControl (line 548) | void HideLogControl() { method ShowLogControl (line 551) | void ShowLogControl() { method MenuOpening (line 555) | void MenuOpening(object sender, EventArgs e) { method RecentFileMenuOpening (line 561) | void RecentFileMenuOpening(object sender, EventArgs e) { FILE: App/Model/AutoBookmarkCondition.cs class AutoBookmarkCondition (line 11) | public abstract class AutoBookmarkCondition : ICloneable method Clone (line 19) | public abstract object Clone(); method CreateFilter (line 20) | internal abstract AutoBookmarkFilter CreateFilter(); class MultiCondition (line 23) | [JsonTypeAlias(ThisName)] method MultiCondition (line 36) | public MultiCondition() { } method MultiCondition (line 38) | public MultiCondition(AutoBookmarkCondition condition) { method Clone (line 72) | public override object Clone() { method CreateFilter (line 80) | internal override AutoBookmarkFilter CreateFilter() { class FontNameCondition (line 84) | [JsonTypeAlias(ThisName)] method FontNameCondition (line 106) | public FontNameCondition() { } method FontNameCondition (line 108) | internal FontNameCondition(string fontName, bool matchFullName) { method CreateFilter (line 113) | internal override AutoBookmarkFilter CreateFilter() { method Clone (line 116) | public override object Clone() { class TextSizeCondition (line 121) | [JsonTypeAlias(ThisName)] method TextSizeCondition (line 159) | public TextSizeCondition() { } method TextSizeCondition (line 161) | internal TextSizeCondition(float size) { method TextSizeCondition (line 165) | internal TextSizeCondition(float minSize, float maxSize) { method UpdateRangeDescription (line 169) | private void UpdateRangeDescription() { method Clone (line 173) | public override object Clone() { method SetRange (line 179) | internal void SetRange(float a, float b) { method CreateFilter (line 192) | internal override AutoBookmarkFilter CreateFilter() { class TextPositionCondition (line 196) | [JsonTypeAlias(ThisName)] method TextPositionCondition (line 245) | public TextPositionCondition() { } method TextPositionCondition (line 247) | internal TextPositionCondition(byte position, float value) { method TextPositionCondition (line 251) | internal TextPositionCondition(byte position, float value1, float va... method UpdateRangeDescription (line 255) | private void UpdateRangeDescription() { method Clone (line 265) | public override object Clone() { method SetRange (line 275) | internal void SetRange(byte position, float value1, float value2) { method CreateFilter (line 289) | internal override AutoBookmarkFilter CreateFilter() { class PageRangeCondition (line 293) | [JsonTypeAlias(ThisName)] method Clone (line 307) | public override object Clone() { method CreateFilter (line 311) | internal override AutoBookmarkFilter CreateFilter() { class TextCondition (line 315) | [JsonTypeAlias(ThisName)] method Clone (line 333) | public override object Clone() { method CreateFilter (line 337) | internal override AutoBookmarkFilter CreateFilter() { method TextCondition (line 341) | public TextCondition() { method TextCondition (line 344) | private TextCondition(MatchPattern pattern) { FILE: App/Model/AutoBookmarkContext.cs class AutoBookmarkContext (line 5) | sealed class AutoBookmarkContext FILE: App/Model/BookmarkSettings.cs class BookmarkSettings (line 12) | public class BookmarkSettings : ICloneable, IXmlSerializable method BookmarkSettings (line 21) | public BookmarkSettings() { method BookmarkSettings (line 25) | public BookmarkSettings(string title) { method Clone (line 29) | public BookmarkSettings Clone() { method BookmarkSettings (line 33) | public BookmarkSettings(BookmarkElement element) { method Clone (line 43) | object ICloneable.Clone() { method GetSchema (line 51) | public System.Xml.Schema.XmlSchema GetSchema() { method ReadXml (line 55) | public void ReadXml(XmlReader reader) { method WriteXml (line 68) | public void WriteXml(XmlWriter writer) { FILE: App/Model/BookmarkStatus.cs type BookmarkStatus (line 6) | public enum BookmarkStatus FILE: App/Model/Bound.cs class Bound (line 6) | [DebuggerDisplay("T={Top},L={Left},B={Bottom},R={Right}; H={Height},W={W... method Bound (line 29) | private Bound() { method Bound (line 34) | public Bound(float left, float bottom, float right, float top) { method Bound (line 52) | public Bound(float x, float y) : this(x, y, x, y) { method Bound (line 59) | public Bound(Bound source) : this(source.Left, source.Bottom, source.R... method RecalculateSize (line 62) | private void RecalculateSize() { method Merge (line 71) | internal Bound Merge(Bound source) { method GetDistance (line 105) | internal DistanceInfo GetDistance(Bound other, WritingDirection writin... method IsAlignedWith (line 193) | internal bool IsAlignedWith(Bound other, WritingDirection direction) { method IntersectWith (line 204) | internal bool IntersectWith(Bound other) { method Contains (line 211) | internal bool Contains(float x, float y) { method Equals (line 232) | public override bool Equals(object obj) { method GetHashCode (line 235) | public override int GetHashCode() { FILE: App/Model/ColorSpaces/CIELab.cs type CIELab (line 9) | public struct CIELab method CIELab (line 69) | public CIELab(double l, double a, double b) { method Equals (line 76) | public override bool Equals(Object obj) { method GetHashCode (line 82) | public override int GetHashCode() { FILE: App/Model/ColorSpaces/CIEXYZ.cs type CIEXYZ (line 9) | public struct CIEXYZ method CIEXYZ (line 73) | public CIEXYZ(double x, double y, double z) { method Equals (line 80) | public override bool Equals(Object obj) { method GetHashCode (line 86) | public override int GetHashCode() { FILE: App/Model/ColorSpaces/CMYK.cs type CMYK (line 8) | public struct CMYK method CMYK (line 81) | public CMYK(double c, double m, double y, double k) { method Equals (line 89) | public override bool Equals(Object obj) { method GetHashCode (line 95) | public override int GetHashCode() { FILE: App/Model/ColorSpaces/ColorSpaceHelper.cs class ColorSpaceHelper (line 9) | public static class ColorSpaceHelper method GetColorDistance (line 22) | public static double GetColorDistance(double r1, double g1, double b1,... method GetColorDistance (line 37) | public static double GetColorDistance(double[] color1, double[] color2) { method GetColorDistance (line 47) | public static double GetColorDistance(Color c1, Color c2) { method GetWheelColors (line 73) | public static Color[] GetWheelColors(int alpha) { method GetSpectrumColors (line 91) | public static Color[] GetSpectrumColors(int alpha) { method GetSpectrumColors (line 109) | public static Color[] GetSpectrumColors() { method GetIntFromHex (line 120) | private static int GetIntFromHex(string strHex) { method HexToColor (line 151) | public static Color HexToColor(string hexColor) { method RGBToHex (line 178) | public static string RGBToHex(int r, int g, int b) { method RGBToHex (line 187) | public static string RGBToHex(Color c) { method HSBtoRGB (line 198) | public static RGB HSBtoRGB(HSB hsb) { method HSBtoRGB (line 266) | public static RGB HSBtoRGB(double h, double s, double b) { method HSBtoColor (line 275) | public static Color HSBtoColor(HSB hsb) { method HSBtoColor (line 287) | public static Color HSBtoColor(double h, double s, double b) { method HSBtoColor (line 297) | public static Color HSBtoColor(int h, int s, int b) { method HSBtoHSL (line 314) | public static HSL HSBtoHSL(double h, double s, double b) { method HSBtoCMYK (line 323) | public static CMYK HSBtoCMYK(double h, double s, double b) { method HSBtoYUV (line 332) | public static YUV HSBtoYUV(double h, double s, double b) { method HSLtoRGB (line 347) | public static RGB HSLtoRGB(double h, double s, double l) { method HSLtoRGB (line 396) | public static RGB HSLtoRGB(HSL hsl) { method HSLtoColor (line 405) | public static Color HSLtoColor(double h, double s, double l) { method HSLtoColor (line 415) | public static Color HSLtoColor(HSL hsl) { method HSLtoHSB (line 423) | public static HSB HSLtoHSB(double h, double s, double l) { method HSLtoCMYK (line 432) | public static CMYK HSLtoCMYK(double h, double s, double l) { method HSLtoYUV (line 441) | public static YUV HSLtoYUV(double h, double s, double l) { method RGBtoHSL (line 456) | public static HSL RGBtoHSL(int red, int green, int blue) { method RGBtoHSL (line 508) | public static HSL RGBtoHSL(RGB rgb) { method RGBtoHSL (line 515) | public static HSL RGBtoHSL(Color c) { method RGBtoHSB (line 523) | public static HSB RGBtoHSB(int red, int green, int blue) { method RGBtoHSB (line 554) | public static HSB RGBtoHSB(RGB rgb) { method RGBtoHSB (line 561) | public static HSB RGBtoHSB(Color c) { method RGBtoCMYK (line 572) | public static CMYK RGBtoCMYK(int red, int green, int blue) { method RGBtoCMYK (line 589) | public static CMYK RGBtoCMYK(Color c) { method RGBtoCMYK (line 596) | public static CMYK RGBtoCMYK(RGB rgb) { method RGBtoYUV (line 607) | public static YUV RGBtoYUV(int red, int green, int blue) { method RGBtoYUV (line 626) | public static YUV RGBtoYUV(Color c) { method RGBtoYUV (line 632) | public static YUV RGBtoYUV(RGB rgb) { method RGBtoXYZ (line 643) | public static CIEXYZ RGBtoXYZ(int red, int green, int blue) { method RGBtoXYZ (line 664) | public static CIEXYZ RGBtoXYZ(RGB rgb) { method RGBtoXYZ (line 670) | public static CIEXYZ RGBtoXYZ(Color c) { method RGBtoLab (line 678) | public static CIELab RGBtoLab(int red, int green, int blue) { method RGBtoLab (line 685) | public static CIELab RGBtoLab(RGB rgb) { method RGBtoLab (line 691) | public static CIELab RGBtoLab(System.Drawing.Color color) { method CMYKtoColor (line 707) | public static Color CMYKtoColor(float c, float m, float y, float k) { method CMYKtoColor (line 719) | public static Color CMYKtoColor(double c, double m, double y, double k) { method CMYKtoColor (line 727) | public static Color CMYKtoColor(CMYK cmyk) { method CMYKtoRGB (line 743) | public static RGB CMYKtoRGB(double c, double m, double y, double k) { method CMYKtoRGB (line 755) | public static RGB CMYKtoRGB(CMYK cmyk) { method CMYKtoHSL (line 763) | public static HSL CMYKtoHSL(double c, double m, double y, double k) { method CMYKtoHSB (line 772) | public static HSB CMYKtoHSB(double c, double m, double y, double k) { method CMYKtoYUV (line 781) | public static YUV CMYKtoYUV(double c, double m, double y, double k) { method YUVtoRGB (line 796) | public static RGB YUVtoRGB(double y, double u, double v) { method YUVtoRGB (line 807) | public static RGB YUVtoRGB(YUV yuv) { method YUVtoColor (line 818) | public static Color YUVtoColor(double y, double u, double v) { method YUVtoColor (line 827) | public static Color YUVtoColor(YUV yuv) { method YUVtoHSL (line 840) | public static HSL YUVtoHSL(double y, double u, double v) { method YUVtoHSB (line 852) | public static HSB YUVtoHSB(double y, double u, double v) { method YUVtoCMYK (line 864) | public static CMYK YUVtoCMYK(double y, double u, double v) { method XYZtoRGB (line 876) | public static RGB XYZtoRGB(double x, double y, double z) { method XYZtoRGB (line 896) | public static RGB XYZtoRGB(CIEXYZ xyz) { method Fxyz (line 906) | private static double Fxyz(double t) { method XYZtoLab (line 913) | public static CIELab XYZtoLab(double x, double y, double z) { method XYZtoLab (line 926) | public static CIELab XYZtoLab(CIEXYZ xyz) { method LabtoXYZ (line 937) | public static CIEXYZ LabtoXYZ(double l, double a, double b) { method LabtoXYZ (line 954) | public static CIEXYZ LabtoXYZ(CIELab lab) { method LabtoRGB (line 962) | public static RGB LabtoRGB(double l, double a, double b) { method LabtoRGB (line 968) | public static RGB LabtoRGB(CIELab lab) { FILE: App/Model/ColorSpaces/HSB.cs type HSB (line 9) | public struct HSB method HSB (line 76) | public HSB(double h, double s, double b) { method Equals (line 83) | public override bool Equals(Object obj) { method GetHashCode (line 89) | public override int GetHashCode() { FILE: App/Model/ColorSpaces/HSL.cs type HSL (line 9) | public struct HSL method HSL (line 77) | public HSL(double h, double s, double l) { method Equals (line 84) | public override bool Equals(Object obj) { method GetHashCode (line 90) | public override int GetHashCode() { FILE: App/Model/ColorSpaces/RGB.cs type RGB (line 9) | public struct RGB method RGB (line 62) | public RGB(int R, int G, int B) { method Equals (line 69) | public override bool Equals(Object obj) { method GetHashCode (line 75) | public override int GetHashCode() { FILE: App/Model/ColorSpaces/YUV.cs type YUV (line 8) | public struct YUV method YUV (line 70) | public YUV(double y, double u, double v) { method Equals (line 77) | public override bool Equals(Object obj) { method GetHashCode (line 83) | public override int GetHashCode() { FILE: App/Model/CoordinateTranslationSettings.cs class CoordinateTranslationSettings (line 5) | internal sealed class CoordinateTranslationSettings method CoordinateTranslationSettings (line 12) | public CoordinateTranslationSettings() { method CoordinateTranslationSettings (line 16) | public CoordinateTranslationSettings(float xScale, float yScale, float... method GetMatrix (line 23) | internal iTextSharp.text.pdf.parser.Matrix GetMatrix() { FILE: App/Model/DistanceInfo.cs class DistanceInfo (line 5) | [System.Diagnostics.DebuggerDisplay("{Location}={Distance}")] type Placement (line 8) | [Flags] method DistanceInfo (line 38) | internal DistanceInfo(Placement location, float distanceX, float dista... FILE: App/Model/DocumentObject.cs class DocumentObject (line 10) | [System.Diagnostics.DebuggerDisplay("Name = {Name}({FriendlyName}); Valu... method DocumentObject (line 83) | internal DocumentObject(PdfPathDocument ownerDocument, DocumentObject ... method DocumentObject (line 86) | internal DocumentObject(PdfPathDocument ownerDocument, DocumentObject ... method RemoveChildByName (line 131) | internal bool RemoveChildByName(string name) { method FindReferenceAncestor (line 159) | internal DocumentObject FindReferenceAncestor() { method UpdateDocumentObject (line 169) | internal bool UpdateDocumentObject(object value) { method GetPageObject (line 208) | DocumentObject GetPageObject() { method GetItemValueText (line 216) | private static string GetItemValueText(PdfObject po, PdfObject eo) { method GetContextName (line 242) | internal string GetContextName() { method PopulateChildren (line 260) | internal IList PopulateChildren(bool refresh) { method PopulateChildrenForNormalObject (line 278) | private void PopulateChildrenForNormalObject() { method PopulateChildrenForSpecialObject (line 360) | private void PopulateChildrenForSpecialObject() { method PopulatePageCommand (line 419) | private void PopulatePageCommand(PdfPageCommand item) { method CreateChildrenList (line 499) | static void CreateChildrenList(ref IList list) { class CompositePdfDictionary (line 505) | sealed class CompositePdfDictionary(PdfDictionary primary, PdfDictiona... method GetDirectObject (line 509) | public override PdfObject GetDirectObject(PdfName key) { method Contains (line 522) | public override bool Contains(PdfName key) { method GetEnumerator (line 525) | public new IEnumerator> GetEnumerat... method GetKeyValues (line 528) | public IEnumerable> GetKeyValues() { FILE: App/Model/FontInfo.cs class FontInfo (line 8) | sealed class FontInfo : CMapAwareDocumentFont type CjkFontType (line 10) | [Flags] method InitCjkFontType (line 85) | private void InitCjkFontType() { method FontInfo (line 106) | public FontInfo(PdfDictionary font, int refNumber) method FontInfo (line 111) | public FontInfo(PRIndirectReference refFont) : base(refFont) { method DecodeCidToUnicode (line 117) | internal int DecodeCidToUnicode(iTextSharp.text.pdf.fonts.cmaps.CMapCi... method DecodeTextBytes (line 138) | internal string DecodeTextBytes(byte[] bytes) { method DecodeText (line 147) | internal string DecodeText(PdfString text) { FILE: App/Model/GeneralInfo.cs class GeneralInfo (line 6) | [XmlRoot(Constants.Info.ThisName)] FILE: App/Model/GraphicsState.cs class GraphicsState (line 6) | internal sealed class GraphicsState method GraphicsState (line 23) | public GraphicsState() { method Copy (line 36) | public GraphicsState Copy() { FILE: App/Model/IHierarchicalObject.cs type IHierarchicalObject (line 6) | interface IHierarchicalObject FILE: App/Model/ITextRegion.cs type ITextRegion (line 5) | interface ITextRegion type IDirectionalBoundObject (line 11) | interface IDirectionalBoundObject : ITextRegion FILE: App/Model/InsertBookmarkPositionType.cs type InsertBookmarkPositionType (line 5) | public enum InsertBookmarkPositionType FILE: App/Model/Margins.cs class Margins (line 6) | public class Margins method Margins (line 21) | public Margins() { method Margins (line 24) | public Margins(float left, float top, float right, float bottom) { FILE: App/Model/MatchPattern.cs class MatchPattern (line 9) | public sealed class MatchPattern : ICloneable, IXmlSerializable method MatchPattern (line 26) | public MatchPattern() { method MatchPattern (line 29) | public MatchPattern(string text, bool matchCase, bool fullMatch, bool ... method CreateMatcher (line 36) | public IMatcher CreateMatcher() { method ToString (line 43) | public override string ToString() { method Clone (line 51) | public object Clone() { method GetSchema (line 59) | public System.Xml.Schema.XmlSchema GetSchema() { method ReadXml (line 63) | public void ReadXml(XmlReader reader) { method WriteXml (line 74) | public void WriteXml(XmlWriter writer) { type IMatcher (line 86) | public interface IMatcher method Matches (line 88) | bool Matches(string text); method Replace (line 89) | string Replace(string text, string replacement); class RegexMatcher (line 91) | sealed class RegexMatcher(MatchPattern pattern) : IMatcher method Matches (line 97) | public bool Matches(string text) { method Replace (line 101) | public string Replace(string text, string replacement) { class SimpleMatcher (line 105) | sealed class SimpleMatcher(MatchPattern pattern) : IMatcher method Matches (line 111) | public bool Matches(string text) { method Replace (line 121) | public string Replace(string text, string replacement) { method Replace (line 124) | static string Replace(string original, string pattern, string replac... method Replace (line 128) | static string Replace(string original, string pattern, string replac... FILE: App/Model/PageBoxSettings.cs class PageBoxSettings (line 6) | public class PageBoxSettings method PageBoxSettings (line 34) | public PageBoxSettings() { type VerticalAlignment (line 42) | public enum VerticalAlignment type HorizontalAlignment (line 46) | public enum HorizontalAlignment FILE: App/Model/PageFilterFlag.cs type PageFilterFlag (line 5) | [Flags] FILE: App/Model/PageLabel.cs class PageLabel (line 6) | public class PageLabel FILE: App/Model/PageRange.cs type PageRange (line 7) | internal struct PageRange : IEnumerable method PageRange (line 10) | public PageRange(int startValue, int endValue) { method Contains (line 14) | public bool Contains(int value) { method ToString (line 19) | public override string ToString() { method GetEnumerator (line 32) | IEnumerator IEnumerable.GetEnumerator() { method GetEnumerator (line 40) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... class PageRangeEnumerator (line 46) | sealed class PageRangeEnumerator : IEnumerator method PageRangeEnumerator (line 52) | public PageRangeEnumerator(int start, int end) { method Dispose (line 66) | public void Dispose() { } method MoveNext (line 74) | public bool MoveNext() { method Reset (line 86) | public void Reset() { FILE: App/Model/PageRangeCollection.cs class PageRangeCollection (line 7) | internal sealed class PageRangeCollection : List method PageRangeCollection (line 9) | private PageRangeCollection() { } method IsInRange (line 21) | public bool IsInRange(int value) { method Collapse (line 31) | internal void Collapse(int minValue, int maxValue) { method CreateSingle (line 73) | internal static PageRangeCollection CreateSingle(int minValue, int max... method Parse (line 80) | internal static PageRangeCollection Parse(string rangeText, int minVal... method SetReverseNumber (line 123) | static void SetReverseNumber(ref int refNum, int maxNum) { method ToString (line 129) | public override string ToString() { FILE: App/Model/PageResizing.cs type PageResizing (line 6) | public enum PageResizing type ResizingMode (line 16) | public enum ResizingMode FILE: App/Model/PageSettings.cs class PageSettings (line 9) | [XmlRoot(Constants.Content.Page)] method FromReader (line 38) | static internal PageSettings FromReader(PdfReader reader, int pageInde... method ConvertPageSize (line 55) | private static string ConvertPageSize(iTextSharp.text.Rectangle b, Uni... method HavingSameDimension (line 64) | static internal bool HavingSameDimension(PageSettings s1, PageSettings... method WriteXml (line 76) | internal void WriteXml(System.Xml.XmlWriter writer) { FILE: App/Model/PaperSize.cs class PaperSize (line 6) | public class PaperSize method PaperSize (line 66) | public PaperSize() { } method PaperSize (line 68) | public PaperSize(float width, float height) : this(null, width, height) { method PaperSize (line 71) | public PaperSize(string paperName, float width, float height) { method Scale (line 77) | internal PaperSize Scale(float xFactor, float yFactor) { method Scale (line 80) | internal PaperSize Scale(float factor) { method Clone (line 84) | internal PaperSize Clone() { method ToString (line 88) | public override string ToString() { type SpecialPaperSize (line 94) | public enum SpecialPaperSize FILE: App/Model/PdfDocumentFont.cs class PdfDocumentFont (line 7) | static class PdfDocumentFont method RemoveSubsetPrefix (line 13) | internal static string RemoveSubsetPrefix(string name) { method HasEmbeddedFont (line 17) | internal static bool HasEmbeddedFont(PdfDictionary font) { method IsEmbeddedFont (line 34) | static bool IsEmbeddedFont(PdfDictionary font) { method GetPageFontReferences (line 46) | public static IEnumerable GetPageFontReferences(Pdf... FILE: App/Model/PdfImageData.cs class PdfImageData (line 6) | internal sealed class PdfImageData : PdfDictionary method PdfImageData (line 12) | public PdfImageData(PRStream stream) { method PdfImageData (line 20) | public PdfImageData(PdfIndirectReference pdfRef) { method PdfImageData (line 30) | public PdfImageData(PdfDictionary source, byte[] bytes) { method ToString (line 38) | public override string ToString() { FILE: App/Model/PdfInfoXmlDocument.cs class PdfInfoXmlDocument (line 9) | public sealed class PdfInfoXmlDocument : XmlDocument method PdfInfoXmlDocument (line 12) | public PdfInfoXmlDocument() { method CreateBookmark (line 39) | public BookmarkElement CreateBookmark() { method CreateBookmark (line 43) | public BookmarkElement CreateBookmark(BookmarkSettings settings) { method CreatePageLabel (line 57) | public PageLabelElement CreatePageLabel(MuPDF.PageLabel label) { method CreateElement (line 63) | public override XmlElement CreateElement(string prefix, string localNa... class DocumentInfoElement (line 82) | public sealed class DocumentInfoElement : XmlElement method DocumentInfoElement (line 84) | internal DocumentInfoElement(XmlDocument doc) class BookmarkContainer (line 112) | public abstract class BookmarkContainer(string name, XmlDocument doc) : ... method AppendBookmark (line 125) | public BookmarkElement AppendBookmark() { method AppendBookmark (line 130) | public BookmarkElement AppendBookmark(BookmarkSettings settings) { class BookmarkRootElement (line 136) | public sealed class BookmarkRootElement : BookmarkContainer method BookmarkRootElement (line 138) | internal BookmarkRootElement(XmlDocument doc) class BookmarkElement (line 144) | [DebuggerDisplay(Constants.Bookmark + "๏ผš{Title}")] method BookmarkElement (line 293) | internal BookmarkElement(XmlDocument doc) method SetTitleAndGotoPagePosition (line 302) | public void SetTitleAndGotoPagePosition(string title, int pageNumber, ... class PageLabelRootElement (line 314) | public sealed class PageLabelRootElement : XmlElement method PageLabelRootElement (line 316) | internal PageLabelRootElement(XmlDocument doc) method Add (line 322) | public void Add(MuPDF.PageLabel label) { class PageLabelElement (line 334) | public sealed class PageLabelElement : XmlElement method PageLabelElement (line 356) | internal PageLabelElement(XmlDocument doc) method SetAttributes (line 360) | public void SetAttributes(MuPDF.PageLabel label) { method ToPageLabel (line 367) | public MuPDF.PageLabel ToPageLabel() { FILE: App/Model/PdfModelHelper.cs class PdfModelHelper (line 9) | static class PdfModelHelper method Locate (line 11) | internal static T Locate(this PdfDictionary source, params object[]... method Locate (line 40) | internal static T Locate(this PdfDictionary source, params PdfName[... method Locate (line 43) | internal static T Locate(this PdfDictionary source, bool resolveRef... method Locate (line 54) | internal static T Locate(this PdfArray source, int index) where T :... method Locate (line 57) | internal static T Locate(this PdfArray source, bool resolveRef, int... method CastAs (line 63) | internal static T CastAs(this PdfIndirectReference pdfRef) where T ... method ValueAsFloat (line 66) | internal static float ValueAsFloat(this PdfObject obj) { method ValueAsInt (line 71) | internal static float ValueAsInt(this PdfObject obj) { method ValueIs (line 77) | internal static bool ValueIs(this PdfNumber obj, double value) { method ValueIs (line 80) | internal static bool ValueIs(this PdfBoolean obj, bool value) { method ValueIs (line 83) | internal static bool ValueIs(this PdfObject obj, PdfName value) { method TryGetInt32 (line 87) | internal static int TryGetInt32(this PdfDictionary source, PdfName key... method TryGetBoolean (line 91) | internal static bool TryGetBoolean(this PdfDictionary source, PdfName ... method Decode (line 96) | internal static string Decode(this PdfString text, Encoding encoding) { method ToPdfString (line 130) | internal static PdfString ToPdfString(this string text) { method GetReferencedResources (line 144) | internal static IEnumerable GetReferencedResources(... FILE: App/Model/PdfNavigator.cs class PdfNavigator (line 10) | sealed class PdfNavigator : XPathNavigator class HtmlNameTable (line 12) | sealed class HtmlNameTable : XmlNameTable method Add (line 15) | public override string Add(string array) { method Add (line 19) | public override string Add(char[] array, int offset, int length) { method Get (line 23) | public override string Get(string array) { method Get (line 27) | public override string Get(char[] array, int offset, int length) { method GetOrAdd (line 31) | internal string GetOrAdd(string array) { method PdfNavigator (line 41) | public PdfNavigator(PdfPathDocument document) { method PdfNavigator (line 45) | public PdfNavigator(PdfNavigator source) { method Clone (line 55) | public override XPathNavigator Clone() { method IsSamePosition (line 61) | public override bool IsSamePosition(XPathNavigator other) { method MoveTo (line 67) | public override bool MoveTo(XPathNavigator other) { method MoveToFirstAttribute (line 78) | public override bool MoveToFirstAttribute() { method MoveToFirstChild (line 82) | public override bool MoveToFirstChild() { method MoveToFirstNamespace (line 92) | public override bool MoveToFirstNamespace(XPathNamespaceScope namespac... method MoveToId (line 96) | public override bool MoveToId(string id) { method MoveToNext (line 101) | public override bool MoveToNext() { method MoveToNextAttribute (line 113) | public override bool MoveToNextAttribute() { method MoveToNextNamespace (line 117) | public override bool MoveToNextNamespace(XPathNamespaceScope namespace... method MoveToParent (line 121) | public override bool MoveToParent() { method MoveToPrevious (line 130) | public override bool MoveToPrevious() { method DeleteSelf (line 183) | public override void DeleteSelf() { FILE: App/Model/PdfObjectType.cs type PdfObjectType (line 3) | internal enum PdfObjectType FILE: App/Model/PdfPageCommand.cs type PdfPageCommandType (line 10) | enum PdfPageCommandType type IPdfPageCommandContainer (line 20) | interface IPdfPageCommandContainer class PdfPageCommand (line 25) | abstract class PdfPageCommand method Init (line 29) | static Dictionary Init() { method PdfPageCommand (line 115) | protected PdfPageCommand(PdfLiteral oper, List operands) { method PdfPageCommand (line 122) | protected PdfPageCommand(string oper, params PdfObject[] operands) : t... method WriteToPdf (line 125) | internal virtual void WriteToPdf(Stream target) { method WriteOperand (line 134) | protected static void WriteOperand(PdfObject operand, Stream target) { method WriteOperator (line 139) | protected static void WriteOperator(PdfLiteral opName, Stream target) { method GetFriendlyCommandName (line 144) | internal static bool GetFriendlyCommandName(string oper, out string fr... method GetOperandsText (line 148) | internal string GetOperandsText() { class EnclosingCommand (line 153) | sealed class EnclosingCommand(PdfLiteral oper, List operands)... method Create (line 191) | internal static EnclosingCommand Create(string name, IEnumerable operands) : base... method OutputCommand (line 223) | public OutputCommand(string oper, params PdfObject[] operands) : base(... class AdjustCommand (line 227) | class AdjustCommand : PdfPageCommand method AdjustCommand (line 231) | public AdjustCommand(PdfLiteral oper, List operands) : base... method AdjustCommand (line 233) | public AdjustCommand(string oper, params PdfObject[] operands) : base(... class TextCommand (line 237) | class TextCommand(PdfLiteral oper, List operands, TextInfo te... class PaceAndTextCommand (line 243) | sealed class PaceAndTextCommand : TextCommand method PaceAndTextCommand (line 247) | public PaceAndTextCommand(PdfLiteral oper, List operands, T... class MatrixCommand (line 262) | sealed class MatrixCommand : AdjustCommand method MatrixCommand (line 268) | public MatrixCommand(PdfLiteral oper, List operands) method MatrixCommand (line 271) | public MatrixCommand(PdfLiteral oper, float a, float b, float c, float... method Multiply (line 278) | public void Multiply(double[] matrix) { class FontCommand (line 289) | sealed class FontCommand(PdfLiteral oper, List operands, stri... class InlineImageCommand (line 304) | sealed class InlineImageCommand(PdfLiteral oper, List operand... method WriteToPdf (line 314) | internal override void WriteToPdf(Stream target) { class InvalidCommand (line 330) | sealed class InvalidCommand(PdfLiteral oper, List operands) :... method WriteToPdf (line 336) | internal override void WriteToPdf(Stream target) { FILE: App/Model/PdfPath/Context.cs class Context (line 7) | sealed class Context method Context (line 12) | public Context(DocumentObject currentObject, int position) { FILE: App/Model/PdfPath/IPathAxis.cs type IPathAxis (line 7) | public interface IPathAxis method SelectObject (line 10) | DocumentObject SelectObject(DocumentObject source, string name, IEnume... method SelectObjects (line 11) | IList SelectObjects(DocumentObject source, string name... FILE: App/Model/PdfPath/IPathExpression.cs type IPathExpression (line 8) | public interface IPathExpression : IPathValue method SelectObject (line 13) | DocumentObject SelectObject(DocumentObject source); method SelectObjects (line 14) | IList SelectObjects(DocumentObject source); class PathExpression (line 17) | public class PathExpression : IPathExpression method SelectObject (line 37) | public DocumentObject SelectObject(DocumentObject source) { method SelectObjects (line 41) | public IList SelectObjects(DocumentObject source) { method PathExpression (line 47) | public PathExpression(PathAxisType axis) { method PathExpression (line 50) | public PathExpression(PathAxisType axis, string name) { FILE: App/Model/PdfPath/IPathFunction.cs type IPathFunction (line 7) | interface IPathFunction method Evaluate (line 9) | object Evaluate(DocumentObject source); class CurrentPosition (line 12) | sealed class CurrentPosition : IPathFunction method Evaluate (line 16) | public object Evaluate(DocumentObject source) { FILE: App/Model/PdfPath/IPathPredicate.cs type IPathPredicate (line 7) | public interface IPathPredicate method Match (line 12) | bool Match(DocumentObject source, IPathValue value1, IPathValue value2); class PathPredicate (line 15) | abstract class PathPredicate : IPathPredicate method Match (line 25) | public abstract bool Match(DocumentObject source, IPathValue value1, I... method PathPredicate (line 29) | protected PathPredicate(IPathExpression operand1, IPathExpression oper... class ContainmentPredicate (line 34) | sealed class ContainmentPredicate : PathPredicate method ContainmentPredicate (line 36) | public ContainmentPredicate(IPathExpression operand1, IPathExpressio... method Match (line 42) | public override bool Match(DocumentObject source, IPathValue value1,... class EqualityPredicate (line 51) | class EqualityPredicate : PathPredicate method EqualityPredicate (line 55) | public EqualityPredicate(IPathExpression operand1, IPathExpression o... method Match (line 59) | public override bool Match(DocumentObject source, IPathValue value1,... class InequalityPredicate (line 89) | sealed class InequalityPredicate : EqualityPredicate method InequalityPredicate (line 91) | public InequalityPredicate(IPathExpression operand1, IPathExpression... method Match (line 95) | public override bool Match(DocumentObject source, IPathValue value1,... FILE: App/Model/PdfPath/IPathValue.cs type IPathValue (line 7) | public interface IPathValue type IConstantPathValue (line 12) | public interface IConstantPathValue : IPathValue FILE: App/Model/PdfPath/PathAxes.cs class PathAxes (line 7) | static class PathAxes method MatchesPredicate (line 9) | static bool MatchesPredicate(DocumentObject source, string name, IEnum... method CompriseSingleObjectCollection (line 26) | static IList CompriseSingleObjectCollection(DocumentOb... method GetLiteralValue (line 30) | private static string GetLiteralValue(object operand) { class SelfAxis (line 48) | sealed class SelfAxis : IPathAxis method SelectObject (line 54) | public DocumentObject SelectObject(DocumentObject source, string nam... method SelectObjects (line 58) | public IList SelectObjects(DocumentObject source, st... class ParentAxis (line 65) | sealed class ParentAxis : IPathAxis method SelectObject (line 71) | public DocumentObject SelectObject(DocumentObject source, string nam... method SelectObjects (line 75) | public IList SelectObjects(DocumentObject source, st... class ChildrenAxis (line 82) | sealed class ChildrenAxis : IPathAxis method SelectObject (line 88) | public DocumentObject SelectObject(DocumentObject source, string nam... method SelectObjects (line 102) | public IList SelectObjects(DocumentObject source, st... class RootAxis (line 120) | sealed class RootAxis : IPathAxis method SelectObject (line 126) | public DocumentObject SelectObject(DocumentObject source, string nam... method SelectObjects (line 139) | public IList SelectObjects(DocumentObject source, st... class AncestorsAxis (line 146) | sealed class AncestorsAxis : IPathAxis method SelectObject (line 152) | public DocumentObject SelectObject(DocumentObject source, string nam... method SelectObjects (line 166) | public IList SelectObjects(DocumentObject source, st... class DescendantsAxis (line 183) | sealed class DescendantsAxis : IPathAxis method SelectObjects (line 185) | void SelectObjects(DocumentObject source, string name, IEnumerable SelectObjects(DocumentObject source, st... method Create (line 234) | public static IPathAxis Create(PathAxisType axisType) { FILE: App/Model/PdfPath/PathAxisType.cs type PathAxisType (line 3) | public enum PathAxisType FILE: App/Model/PdfPath/PathCompiler.cs class PathCompiler (line 7) | static class PathCompiler class Context (line 17) | sealed class Context method Compile (line 23) | public static IEnumerable Compile(string path) { method ExtractAxis (line 45) | private static PathAxisType ExtractAxis(string path, int length, bool ... method ExtractName (line 77) | private static string ExtractName(string path, int length, ref int ind... method MatchNextChar (line 99) | private static bool MatchNextChar(string path, int length, int index, ... FILE: App/Model/PdfPath/PathValue.cs class PathValue (line 6) | public static class PathValue method ToNumber (line 8) | public static double ToNumber(DocumentObject source, IPathValue value) { method ToString (line 28) | public static string ToString(DocumentObject source, IPathValue value) { method ToBoolean (line 47) | public static bool ToBoolean(DocumentObject source, IPathValue value) { class PathStringValue (line 57) | sealed class PathStringValue(string value) : IConstantPathValue class PathNumberValue (line 66) | sealed class PathNumberValue(double value) : IConstantPathValue class PathBooleanValue (line 75) | sealed class PathBooleanValue(bool value) : IConstantPathValue FILE: App/Model/PdfPath/PathValueType.cs type PathValueType (line 7) | public enum PathValueType FILE: App/Model/PdfPath/PredicateOperatorType.cs type PredicateOperatorType (line 7) | public enum PredicateOperatorType FILE: App/Model/PdfPathDocument.cs class PdfPathDocument (line 8) | sealed class PdfPathDocument : IHierarchicalObject method PdfPathDocument (line 17) | public PdfPathDocument(string pdfPath) { method Close (line 53) | public void Close() { method GetPageNumber (line 57) | public int GetPageNumber(PdfIndirectReference pdfRef) { FILE: App/Model/PdfStructInfo.cs type PdfStructInfo (line 8) | readonly struct PdfStructInfo(string name, bool isKeyObject, bool isRequ... method PdfStructInfo (line 18) | public PdfStructInfo(string name, bool isKeyObject) : this(name, isKey... method GetInfo (line 21) | internal static PdfStructInfo GetInfo(string context, string name) { method InitStructInfo (line 29) | static Dictionary InitStructInfo() { method AddSubItems (line 40) | static void AddSubItems(Dictionary d, XmlElemen... method AddItem (line 63) | static void AddItem(Dictionary d, string key, P... FILE: App/Model/ResourceReference.cs type ResourceReference (line 6) | readonly struct ResourceReference(PdfIndirectReference resourceRef, PdfN... FILE: App/Model/SourceItem.cs class SourceItem (line 10) | public abstract class SourceItem method SortFileList (line 27) | public static void SortFileList(string[] fileList) { method SortItems (line 40) | public void SortItems(SortType options, bool recursive) { method Clone (line 73) | public abstract SourceItem Clone(); method ToString (line 75) | public override string ToString() { type ItemType (line 79) | public enum ItemType type SortType (line 83) | public enum SortType { method Create (line 96) | internal static Empty Create() { method Create (line 100) | internal static SourceItem Create(string path) { method Create (line 110) | internal static SourceItem Create(FilePath path, bool refresh) { method GetInfoFileName (line 142) | internal string GetInfoFileName() { method GetTargetPdfFileName (line 159) | internal string GetTargetPdfFileName(string targetPath) { class Empty (line 165) | internal sealed class Empty : SourceItem method SetPageCount (line 174) | public void SetPageCount(int pageCount) { method ToString (line 178) | public override string ToString() { method Clone (line 182) | public override SourceItem Clone() { method Empty (line 188) | internal Empty() : base(null, 1) { } method Empty (line 189) | internal Empty(int pageCount) : base(null, pageCount) { } class CropOptions (line 192) | internal sealed class CropOptions method Equals (line 203) | public bool Equals(CropOptions i) { method Clone (line 207) | public CropOptions Clone() { class Image (line 212) | internal sealed class Image : SourceItem method Image (line 217) | public Image(FilePath path) method Clone (line 229) | public override SourceItem Clone() { class Pdf (line 236) | internal sealed class Pdf : SourceItem method Pdf (line 241) | public Pdf(FilePath path, string pageRanges, int pageCount, Model.Ge... method Pdf (line 256) | public Pdf(FilePath path) : base(path, 0) { method Refresh (line 269) | public void Refresh(Encoding encoding) { method ToString (line 273) | public override string ToString() { method Clone (line 279) | public override SourceItem Clone() { method Refresh (line 287) | private void Refresh(string path, Encoding encoding) { class Folder (line 305) | internal sealed class Folder : SourceItem method Folder (line 309) | public Folder(string path) : base(path, 0) { method Folder (line 315) | public Folder(string path, bool loadSubItems) method Reload (line 327) | public void Reload() { method Clone (line 349) | public override SourceItem Clone() { method AddSubDirectoriesAndFiles (line 355) | static void AddSubDirectoriesAndFiles(string folderPath, List list) { method AddSubDirectories (line 392) | static void AddSubDirectories(string folderPath, List li... method SourceItem (line 404) | protected SourceItem(FilePath path, int pageCount) { method GetFileInfo (line 422) | protected static void GetFileInfo(FilePath fileName, out int kilobytes... method CopyProperties (line 434) | protected virtual void CopyProperties(SourceItem target) { method CreateBookmarkSettings (line 446) | static BookmarkSettings CreateBookmarkSettings(string t) { method CajSort (line 480) | static bool CajSort(string[] fileList) { method CopyItem (line 531) | static int CopyItem(string[] fileList, List list, int position) { method MatchCajPatternAddPath (line 537) | static bool MatchCajPatternAddPath(string path, string text, string pa... method CajSort (line 545) | static bool CajSort(List fileList) { method MatchCajPatternAddPath (line 596) | static bool MatchCajPatternAddPath(SourceItem item, string text, strin... method CompareFilePath (line 604) | static int CompareFilePath(SourceItem x, SourceItem y) { method MatchCajPattern (line 608) | static bool MatchCajPattern(string text, string pattern) { FILE: App/Model/TextInfo.cs class TextInfo (line 6) | [DebuggerDisplay("Region={Region.Bottom},{Region.Left}; Size={Size}; Tex... method CompareRegionX (line 17) | internal static int CompareRegionX(ITextRegion a, ITextRegion b) { method CompareRegionX (line 23) | static int CompareRegionX(ITextRegion a, ITextRegion b, bool checkAlig... method CompareRegionY (line 34) | internal static int CompareRegionY(ITextRegion a, ITextRegion b) { method CompareRegionY (line 40) | static int CompareRegionY(ITextRegion a, ITextRegion b, bool checkAlig... FILE: App/Model/TextLine.cs class TextLine (line 7) | [System.Diagnostics.DebuggerDisplay("{Direction}({Region.Middle},{Region... method TextLine (line 35) | private TextLine() { method TextLine (line 40) | internal TextLine(TextInfo text) : this() { method AddText (line 48) | internal void AddText(TextInfo text) { method InferWritingDirection (line 62) | private static WritingDirection InferWritingDirection(DistanceInfo d) { method Merge (line 68) | internal void Merge(TextLine source) { method GetDistance (line 79) | internal DistanceInfo GetDistance(Bound other) { method GetConcatenatedText (line 86) | private string GetConcatenatedText() { method GetAverageCharSize (line 141) | internal float GetAverageCharSize() { FILE: App/Model/TextRegion.cs class TextRegion (line 6) | [System.Diagnostics.DebuggerDisplay("{Direction}({Region.Top},{Region.Le... method TextRegion (line 18) | internal TextRegion(TextLine text) { method AddLine (line 23) | internal void AddLine(TextLine line) { FILE: App/Model/UnitConverter.cs class UnitConverter (line 7) | public class UnitConverter method UnitConverter (line 48) | public UnitConverter() { method FromPoint (line 53) | internal float FromPoint(float point) { method ToPoint (line 59) | internal float ToPoint(float value) { method FromPoint (line 65) | internal static string FromPoint(string point, float unitFactor) { method FromPoint (line 80) | internal static string FromPoint(float point, float unitFactor) { method ToPoint (line 86) | internal static string ToPoint(string value, float unitFactor) { method ToPoint (line 98) | internal static float ToPoint(float value, float unitFactor) { method ConvertUnit (line 104) | internal static float[] ConvertUnit(float[] source, float factor) { FILE: App/Model/WritingDirection.cs type WritingDirection (line 5) | public enum WritingDirection FILE: App/Options/AutoBookmarkOptions.cs class AutoBookmarkOptions (line 9) | public class AutoBookmarkOptions method AutoBookmarkOptions (line 124) | public AutoBookmarkOptions() { class LevelAdjustmentOption (line 140) | public class LevelAdjustmentOption method Clone (line 162) | internal LevelAdjustmentOption Clone() { FILE: App/Options/DocumentOptions.cs class DocumentOptions (line 7) | public abstract class DocumentOptions method DocumentOptions (line 36) | protected DocumentOptions() { FILE: App/Options/EncodingOptions.cs class EncodingOptions (line 8) | public class EncodingOptions method SetEncoding (line 71) | public static void SetEncoding(ref string encodingName, ref Encoding e... method GetEncoding (line 75) | static void GetEncoding(string encodingName, ref Encoding encoding) { FILE: App/Options/ExporterOptions.cs class ExporterOptions (line 9) | public class ExporterOptions method GetEncoding (line 101) | public Encoding GetEncoding() { FILE: App/Options/ExtractPageOptions.cs class ExtractPageOptions (line 5) | public class ExtractPageOptions method ExtractPageOptions (line 29) | public ExtractPageOptions() { FILE: App/Options/ImageExtracterOptions.cs class ImageExtracterOptions (line 7) | public class ImageExtracterOptions method ImageExtracterOptions (line 62) | public ImageExtracterOptions() { FILE: App/Options/ImporterOptions.cs class ImporterOptions (line 5) | public class ImporterOptions method ImporterOptions (line 31) | public ImporterOptions() { FILE: App/Options/MergerOptions.cs class MergerOptions (line 9) | public class MergerOptions : DocumentOptions method MergerOptions (line 11) | public MergerOptions() { type SubFolderPosition (line 120) | public enum SubFolderPosition FILE: App/Options/OcrOptions.cs class OcrOptions (line 9) | public class OcrOptions method OcrOptions (line 44) | public OcrOptions() { FILE: App/Options/PatcherOptions.cs class PatcherOptions (line 8) | [XmlRoot("ๆ–‡ๆกฃ่ฎพ็ฝฎ")] method PatcherOptions (line 71) | public PatcherOptions() { class FontSubstitution (line 78) | public class FontSubstitution FILE: App/Options/ReaderOptions.cs class ReaderOptions (line 7) | public class ReaderOptions FILE: App/Options/ToolbarOptions.cs class ToolbarOptions (line 9) | public class ToolbarOptions method ToolbarOptions (line 19) | public ToolbarOptions() { method Reset (line 23) | public void Reset() { method RemoveInvalidButtons (line 30) | internal void RemoveInvalidButtons() { method AddMissedButtons (line 42) | internal void AddMissedButtons() { class ButtonOption (line 55) | public class ButtonOption method ButtonOption (line 67) | public ButtonOption() { method ButtonOption (line 69) | public ButtonOption(string id, string name, bool showText, bool visi... method GetToolkit (line 76) | internal Toolkit GetToolkit() { method CreateButton (line 79) | internal ToolStripButton CreateButton() { FILE: App/Options/ViewerOptions.cs class ViewerOptions (line 9) | public class ViewerOptions FILE: App/Options/WindowStatus.cs class WindowStatus (line 7) | public class WindowStatus method WindowStatus (line 30) | public WindowStatus() {} method WindowStatus (line 32) | public WindowStatus(Form form) { method Position (line 42) | public void Position(Form form) { FILE: App/Processor/AutoBookmarkCreator.cs class AutoBookmarkCreator (line 12) | sealed class AutoBookmarkCreator class SizeOccurrence (line 14) | sealed class SizeOccurrence(float size, int page, string instance) class FontOccurrence (line 22) | sealed class FontOccurrence method GetOccurrence (line 25) | internal List GetOccurrence(string fontName) { method AddOccurrence (line 29) | internal void AddOccurrence(string fontName, float size, int page, s... method AutoBookmarkCreator (line 51) | public AutoBookmarkCreator(PdfReader reader, AutoBookmarkOptions optio... method EstimateWorkload (line 57) | internal int EstimateWorkload() { method ExportAutoBookmarks (line 66) | internal void ExportAutoBookmarks(XmlWriter w, AutoBookmarkOptions opt... method AutoCreateBookmarks (line 70) | internal void AutoCreateBookmarks(XmlWriter writer, PdfReader reader, ... method SetGoToTop (line 259) | static void SetGoToTop(AutoBookmarkOptions options, XmlDocument doc) { method WriteDocumentFontOccurrences (line 268) | static void WriteDocumentFontOccurrences(XmlWriter writer, AutoBookmar... method CountFontOccurrenceInRegion (line 313) | static void CountFontOccurrenceInRegion(FontOccurrence fontOccurrences... method ConcatRegionText (line 325) | static string ConcatRegionText(TextRegion region) { method MergeTextInfoList (line 370) | internal static List MergeTextInfoList(Rectangle pageBox, IL... method MergeTextLines (line 467) | internal List MergeTextLines(Rectangle pageBox, IList operands, float size) { method GetFontSize (line 675) | float GetFontSize(Matrix tm) { method GetTextMatrix (line 683) | Matrix GetTextMatrix() { method CreateBoundFromMatrix (line 689) | static Bound CreateBoundFromMatrix(Matrix tm, float textWidth, float... method IsBoundOutOfRectangle (line 710) | internal static bool IsBoundOutOfRectangle(Rectangle a, Bound b) { class LevelProcessor (line 719) | sealed class LevelProcessor method LevelProcessor (line 724) | internal LevelProcessor(IList{MaxValue... method Matches (line 13) | internal override bool Matches(AutoBookmarkContext context) { method MatchPosition (line 25) | bool MatchPosition(Bound bound) { method Reset (line 35) | internal override void Reset() { FILE: App/Processor/AutoBookmarkFilters/TextSizeFilter.cs class TextSizeFilter (line 5) | [System.Diagnostics.DebuggerDisplay("{MinSize}->{MaxSize}")] method TextSizeFilter (line 11) | public TextSizeFilter(float a, float b) { method Matches (line 22) | internal override bool Matches(Model.AutoBookmarkContext context) { method MatchSize (line 35) | bool MatchSize(float size) { method Reset (line 39) | internal override void Reset() { FILE: App/Processor/ContentProcessors/CleanContentStreamProcessor.cs class CleanContentStreamProcessor (line 12) | sealed class CleanContentStreamProcessor : IPageProcessor method BeginProcess (line 18) | public void BeginProcess(DocProcessorContext context) { method EndProcess (line 21) | public bool EndProcess(PdfReader pdf) { method EstimateWorkload (line 27) | public int EstimateWorkload(PdfReader pdf) { method Process (line 31) | public bool Process(PageProcessorContext context) { method TrimTrailingAdjustCommands (line 42) | static bool TrimTrailingAdjustCommands(IPdfPageCommandContainer contai... FILE: App/Processor/ContentProcessors/ColorizeBinaryImageProcessor.cs class ColorizeBinaryImageProcessor (line 11) | sealed class ColorizeBinaryImageProcessor : IPageProcessor method BeginProcess (line 18) | public void BeginProcess(DocProcessorContext context) { method EndProcess (line 21) | public bool EndProcess(PdfReader pdf) { method EstimateWorkload (line 27) | public int EstimateWorkload(PdfReader pdf) { method Process (line 31) | public bool Process(PageProcessorContext context) { method ProcessCommands (line 57) | static bool ProcessCommands(IList parent, IList comma... method CreateGlobalOcrFontReference (line 132) | private void CreateGlobalOcrFontReference(DocProcessorContext context) { method CreateOcrFont (line 143) | private static PdfIndirectReference CreateOcrFont(DocProcessorContext ... method CreateOcrFont (line 154) | private static PdfIndirectReference CreateOcrFont(DocProcessorContext ... method CreatePageOcrFontReference (line 190) | private PdfName CreatePageOcrFontReference(DocProcessorContext context... method ImportImageOcrResult (line 203) | static int ImportImageOcrResult(EnclosingCommand container, XmlElement... class OcrContentInfo (line 262) | sealed class OcrContentInfo method OcrContentInfo (line 277) | internal OcrContentInfo(int imageWidth, int imageHeight) { method GetInfo (line 281) | internal bool GetInfo(XmlElement ocrInfoItem) { FILE: App/Processor/ContentProcessors/PageDimensionProcessor.cs class PageDimensionProcessor (line 10) | sealed class PageDimensionProcessor : IPageProcessor method ResizePage (line 18) | internal static CoordinateTranslationSettings ResizePage(PdfDictionary... method ResizeBox (line 102) | static void ResizeBox(PdfDictionary page, Rectangle box, Rectangle ref... method RotatePage (line 111) | static bool RotatePage(PdfDictionary page, PageBoxSettings settings) { method FilterPageNumber (line 134) | static bool FilterPageNumber(int pageNumber, PageFilterFlag filter) { method ScaleContent (line 146) | internal static byte[] ScaleContent(PdfReader pdf, int pageNumber, Coo... method ScaleContent (line 162) | static void ScaleContent(PageProcessorContext context, CoordinateTrans... method RewriteAnnotationCoordinates (line 176) | static void RewriteAnnotationCoordinates(CoordinateTranslationSettings... method AdjustMargins (line 194) | internal static void AdjustMargins(PdfDictionary page, Margins margins) { method AdjustBoxDimension (line 207) | static void AdjustBoxDimension(PdfDictionary page, Margins margins, Pd... method EstimateWorkload (line 223) | public int EstimateWorkload(PdfReader pdf) { method BeginProcess (line 227) | public void BeginProcess(DocProcessorContext context) { method GetRefPaperSize (line 256) | private PaperSize GetRefPaperSize(DocProcessorContext context) { method Process (line 295) | public bool Process(PageProcessorContext context) { method EndProcess (line 321) | public bool EndProcess(PdfReader pdf) { FILE: App/Processor/ContentProcessors/RemoveAnnotationProcessor.cs class RemoveAnnotationProcessor (line 8) | sealed class RemoveAnnotationProcessor : IPageProcessor method RemoveAnnotationProcessor (line 13) | public RemoveAnnotationProcessor(PdfName annotationType) { method BeginProcess (line 18) | public void BeginProcess(DocProcessorContext context) { method EndProcess (line 21) | public bool EndProcess(PdfReader pdf) { method EstimateWorkload (line 26) | public int EstimateWorkload(PdfReader pdf) { method Process (line 30) | public bool Process(PageProcessorContext context) { FILE: App/Processor/ContentProcessors/RemoveBookmarkProcessor.cs class RemoveBookmarkProcessor (line 6) | sealed class RemoveBookmarkProcessor : IDocProcessor method BeginProcess (line 10) | public void BeginProcess(DocProcessorContext context) { method EndProcess (line 12) | public void EndProcess(DocProcessorContext context) { method EstimateWorkload (line 14) | public int EstimateWorkload(PdfReader pdf) { method Process (line 18) | public bool Process(DocProcessorContext context) { FILE: App/Processor/ContentProcessors/RemoveDictionaryItemProcessor.cs class RemoveDictionaryItemProcessor (line 12) | sealed class RemoveDictionaryItemProcessor(PdfName itemName) : IPageProc... method BeginProcess (line 18) | public void BeginProcess(DocProcessorContext context) { method EndProcess (line 20) | public bool EndProcess(PdfReader pdf) { method EstimateWorkload (line 23) | public int EstimateWorkload(PdfReader pdf) { method Process (line 27) | public bool Process(PageProcessorContext context) { method Process (line 39) | public bool Process(DocProcessorContext context) { FILE: App/Processor/ContentProcessors/RemoveEmptyCommandProcessor.cs class RemoveEmptyCommandProcessor (line 10) | sealed class RemoveEmptyCommandProcessor : IPageProcessor method BeginProcess (line 17) | public void BeginProcess(DocProcessorContext context) { method EndProcess (line 20) | public bool EndProcess(PdfReader pdf) { method EstimateWorkload (line 26) | public int EstimateWorkload(PdfReader pdf) { method Process (line 30) | public bool Process(PageProcessorContext context) { method ProcessFormContent (line 43) | static void ProcessFormContent(PageProcessorContext context) { method ProcessCommands (line 66) | static bool ProcessCommands(IList parent) { FILE: App/Processor/ContentProcessors/RemoveFormProcessor.cs class RemoveFormProcessor (line 9) | sealed class RemoveFormProcessor : IPageProcessor method BeginProcess (line 16) | public void BeginProcess(DocProcessorContext context) { method EndProcess (line 19) | public bool EndProcess(PdfReader pdf) { method EstimateWorkload (line 25) | public int EstimateWorkload(PdfReader pdf) { method Process (line 29) | public bool Process(PageProcessorContext context) { method ProcessFormContent (line 45) | private static HashSet ProcessFormContent(PageProcessorContex... method ProcessCommands (line 69) | static bool ProcessCommands(IList parent, HashSe... FILE: App/Processor/ContentProcessors/RemoveTextBlockProcessor.cs class RemoveTextBlockProcessor (line 8) | sealed class RemoveTextBlockProcessor : IPageProcessor method BeginProcess (line 15) | public void BeginProcess(DocProcessorContext context) { method EndProcess (line 18) | public bool EndProcess(PdfReader pdf) { method EstimateWorkload (line 24) | public int EstimateWorkload(PdfReader pdf) { method Process (line 28) | public bool Process(PageProcessorContext context) { method ProcessFormContent (line 40) | static void ProcessFormContent(PageProcessorContext context) { method ProcessCommands (line 63) | private static bool ProcessCommands(IList parent) { FILE: App/Processor/ContentProcessors/RemoveThumbnailProcessor.cs class RemoveThumbnailProcessor (line 8) | sealed class RemoveThumbnailProcessor : IPageProcessor method BeginProcess (line 13) | public void BeginProcess(DocProcessorContext context) { method EndProcess (line 16) | public bool EndProcess(PdfReader pdf) { method EstimateWorkload (line 21) | public int EstimateWorkload(PdfReader pdf) { method Process (line 25) | public bool Process(PageProcessorContext context) { FILE: App/Processor/ContentProcessors/RemoveWrappedCommandProcessor.cs class RemoveWrappedCommandProcessor (line 8) | sealed class RemoveWrappedCommandProcessor : IPageProcessor method RemoveWrappedCommandProcessor (line 13) | public RemoveWrappedCommandProcessor(int removeLeadingCommandCount, in... method BeginProcess (line 21) | public void BeginProcess(DocProcessorContext context) { method EndProcess (line 24) | public bool EndProcess(PdfReader pdf) { method EstimateWorkload (line 30) | public int EstimateWorkload(PdfReader pdf) { method Process (line 34) | public bool Process(PageProcessorContext context) { method ProcessCommands (line 47) | bool ProcessCommands(IList parent) { FILE: App/Processor/ContentProcessors/ReplaceFontProcessor.cs class ReplaceFontProcessor (line 14) | sealed class ReplaceFontProcessor : IPageProcessor method ReplaceFontProcessor (line 43) | public ReplaceFontProcessor(bool embedLegacyFonts, bool trimTrailingWh... method BeginProcess (line 50) | public void BeginProcess(DocProcessorContext context) { method EndProcess (line 72) | public bool EndProcess(PdfReader pdf) { method EstimateWorkload (line 84) | public int EstimateWorkload(PdfReader pdf) { method Process (line 88) | public bool Process(PageProcessorContext context) { method ProcessPageContents (line 110) | bool ProcessPageContents(PageProcessorContext context) { method ProcessResourceContents (line 122) | void ProcessResourceContents(PageProcessorContext context, PdfDictiona... method ProcessCommands (line 155) | bool ProcessCommands(IList parent) { method ProcessTextCommand (line 192) | bool ProcessTextCommand(PdfPageCommand item) { method RewriteTextOut (line 214) | void RewriteTextOut(NewFont ef, FontInfo fontInfo, PdfPageCommand cmd) { method RewriteText (line 245) | static PdfString RewriteText(NewFont newFont, TrueTypeFontUnicode ttf,... method DetectLegacyCjkFont (line 273) | static bool DetectLegacyCjkFont(PdfDictionary font) { method GetForms (line 283) | static IEnumerable GetForms(PdfDictionary container) { method LoadFonts (line 288) | void LoadFonts(PageProcessorContext context, PdfDictionary fonts) { method SetupFontSubstitutionMaps (line 391) | static void SetupFontSubstitutionMaps(NewFont nf, FontSubstitution fs) { method Map (line 440) | static void Map(Dictionary map, string from, string to) { method ReadSingleByteFontWidths (line 447) | static void ReadSingleByteFontWidths(PdfDictionary font, FontInfo font... method ReadCidFontWidths (line 469) | static void ReadCidFontWidths(PdfDictionary font, FontInfo fontInfo, N... method ChangeLegacyFontDictionary (line 523) | static void ChangeLegacyFontDictionary(PdfReader pdf, NewFont font) { method WriteCidWidths (line 541) | static void WriteCidWidths(NewFont font, PdfDictionary fontDictionary) { method SubSetFontData (line 602) | void SubSetFontData(PdfReader pdf) { method SubsetFont (line 635) | static PdfStream SubsetFont(NewFont ef, TrueTypeFontUnicode ttf) { type CharacterWidth (line 661) | [DebuggerDisplay("{ID},{Width}")] method Compare (line 666) | public static int Compare(CharacterWidth x, CharacterWidth y) { class NewFont (line 671) | [DebuggerDisplay("{FontName}")] class GbkCidUni (line 702) | sealed class GbkCidUni(CMapCidUni baseCMap) : CMapCidUni method Lookup (line 706) | public override int Lookup(int character) { FILE: App/Processor/DocInfoExporter.cs class DocInfoExporter (line 12) | internal sealed class DocInfoExporter(PdfReader reader, ExporterOptions ... method GetWriterSettings (line 32) | static internal XmlWriterSettings GetWriterSettings() { method EstimateWorkload (line 41) | internal int EstimateWorkload() { method RewriteDocInfoWithEncoding (line 62) | internal static GeneralInfo RewriteDocInfoWithEncoding(PdfReader pdf, ... method RewriteDocInfoWithEncoding (line 72) | internal static GeneralInfo RewriteDocInfoWithEncoding(PdfDictionary i... method WriteDocumentInfoAttributes (line 115) | internal static void WriteDocumentInfoAttributes(XmlWriter w, string s... method ExportDocument (line 124) | internal void ExportDocument(XmlWriter w) { method ExportDocumentInfo (line 175) | internal void ExportDocumentInfo(XmlWriter w) { method WriteDocumentInfoAttributes (line 224) | internal static void WriteDocumentInfoAttributes(TextWriter w, string ... method ExportDocument (line 231) | internal void ExportDocument(TextWriter w) { method ExportViewerPreferences (line 241) | internal void ExportViewerPreferences(XmlWriter w) { method ExtractPageLabels (line 291) | private static List ExtractPageLabels(PdfDictionary labels) { method ExtractPageSettings (line 317) | internal void ExtractPageSettings(XmlWriter w) { method ExportViewerPreferences (line 343) | private static void ExportViewerPreferences(PdfDictionary preferences,... method ExportNamedDestinations (line 371) | internal void ExportNamedDestinations(XmlWriter w) { method LoadNamedDestinations (line 385) | Dictionary LoadNamedDestinations() { method ExportBookmarks (line 389) | internal void ExportBookmarks(XmlElement bookmarks, TextWriter w, int ... method ExportBookmarks (line 430) | internal void ExportBookmarks(XmlElement bookmarks, XmlWriter w) { method ExtractPageLinks (line 476) | internal void ExtractPageLinks(XmlWriter w) { method ExportColor (line 563) | internal static void ExportColor(PdfArray color, XmlWriter target) { method ExportLinkAction (line 593) | void ExportLinkAction(PdfDictionary link, XmlWriter w) { FILE: App/Processor/DocInfoImporter.cs class DocInfoImporter (line 14) | internal sealed class DocInfoImporter method DocInfoImporter (line 26) | internal DocInfoImporter(ImporterOptions options, PdfInfoXmlDocument i... method DocInfoImporter (line 32) | internal DocInfoImporter(ImporterOptions options, string infoDocFile) { method DocInfoImporter (line 51) | internal DocInfoImporter(ImporterOptions importerOptions, PdfReader pd... method GetUnitFactor (line 79) | internal static float GetUnitFactor(XmlElement root) { method GetBookmarks (line 86) | internal BookmarkRootElement GetBookmarks() { method PreprocessBookmark (line 106) | private void PreprocessBookmark(BookmarkContainer source, int bookmark... method GetPageShift (line 118) | private static int GetPageShift(XmlElement element, int baseShift) { method ShiftPageAndConvertUnits (line 132) | private void ShiftPageAndConvertUnits(XmlElement destination, int page... method ImportDocumentInformation (line 153) | internal GeneralInfo ImportDocumentInformation() { method ImportDocumentInformation (line 169) | internal static void ImportDocumentInformation(GeneralInfo info, PdfRe... method UpdateInfoValue (line 204) | internal static void UpdateInfoValue(PdfDictionary info, PdfName name,... method ImportDocumentInformation (line 225) | internal static void ImportDocumentInformation(GeneralInfo info, iText... method ImportPageLabels (line 241) | internal PdfPageLabels ImportPageLabels() { method ImportPageLabels (line 270) | internal static PdfPageLabels ImportPageLabels(List labels) { method ImportPageLinks (line 289) | internal void ImportPageLinks(PdfReader r, PdfStamper w) { method ImportColor (line 362) | internal static void ImportColor(XmlElement item, PdfDictionary dict) { method ImportBorder (line 398) | private static void ImportBorder(string border, PdfAnnotation ann) { method ImportAction (line 421) | internal static void ImportAction(PdfWriter writer, PdfDictionary dict... method CreateDestination (line 507) | private static void CreateDestination(PdfWriter writer, XmlElement map... method ImportRectangle (line 629) | private static float[] ImportRectangle(XmlElement map) { method ImportPdfBorderStyle (line 641) | private static PdfDictionary ImportPdfBorderStyle(XmlElement item) { method GetPdfDashPattern (line 680) | private static PdfDashPattern GetPdfDashPattern(int[] p) { method ImportViewerPreferences (line 689) | internal void ImportViewerPreferences(PdfReader r) { method OverrideViewerPreferences (line 737) | internal static void OverrideViewerPreferences(ViewerOptions options, ... method ImportNamedDestinations (line 779) | internal void ImportNamedDestinations(PdfReader pdf, PdfWriter w) { method ImportPageSettings (line 823) | internal void ImportPageSettings(PdfReader pdf) { method ImportPageBox (line 873) | private bool ImportPageBox(float[] array, PdfDictionary pdfDict, PdfNa... method ToSingleArray (line 889) | public static float[] ToSingleArray(string value) { return ToSingleArr... method ToSingleArray (line 891) | public static float[] ToSingleArray(string value, bool allowNegativeNu... method ToInt32Array (line 912) | public static int[] ToInt32Array(string value) { method ToInt32Array (line 916) | public static int[] ToInt32Array(string value, bool allowNegativeNumbe... method ToInt32Array (line 920) | public static int[] ToInt32Array(string value, char[] separators, bool... FILE: App/Processor/DocProcessorContext.cs class DocProcessorContext (line 8) | sealed class DocProcessorContext(PdfProcessingEngine engine, PdfWriter w... method DocProcessorContext (line 19) | public DocProcessorContext(PdfProcessingEngine engine, PdfWriter writer) FILE: App/Processor/DocumentSink.cs class DocumentSink (line 11) | sealed class DocumentSink method DocumentSink (line 16) | public DocumentSink(IEnumerable items, bool useSink) { method GetPdfReader (line 20) | public PdfReader GetPdfReader(string path) { method DecrementReference (line 28) | public int DecrementReference(string path) { method EvaluateWorkload (line 39) | private void EvaluateWorkload(IEnumerable items, bool useS... class PdfReaderReference (line 69) | sealed class PdfReaderReference FILE: App/Processor/IInfoDocProcessor.cs type IInfoDocProcessor (line 5) | interface IInfoDocProcessor method Process (line 7) | bool Process(System.Xml.XmlElement item); FILE: App/Processor/IProcessor.cs type IProcessor (line 7) | interface IProcessor FILE: App/Processor/ImageExtractor.cs class ImageExtractor (line 16) | sealed class ImageExtractor method ImageExtractor (line 34) | public ImageExtractor(ImageExtracterOptions options) { method ExtractPageImages (line 40) | internal void ExtractPageImages(PdfReader reader, int pageNum) { method IsOutOfPage (line 113) | bool IsOutOfPage(ImageInfo image) { method ExtractImageInstances (line 127) | void ExtractImageInstances(PdfDictionary source, bool recursive) { method ExtractImage (line 185) | internal void ExtractImage(ImageInfo info) { method SaveImageBytes (line 219) | void SaveImageBytes(ImageInfo info, byte[] bytes, string fileName) { method SwapRedBlue (line 298) | static void SwapRedBlue(FreeImageBitmap bmp) { method TransformJpeg (line 305) | static void TransformJpeg(string fileName, FREE_IMAGE_JPEG_OPERATION o... method SaveBitmap (line 344) | void SaveBitmap(ImageInfo info, byte[] bytes, string fileName) { method RotateBitmap (line 413) | static void RotateBitmap(FreeImageBitmap bitmap, int rotation, bool vf... method CreateFreeImageBitmap (line 428) | internal static FreeImageBitmap CreateFreeImageBitmap(ImageInfo info, ... method GetStride (line 449) | static int GetStride(ImageInfo info, byte[] bytes, bool vFlip) { method GetNewImageFileName (line 460) | string GetNewImageFileName() { method MergeImages (line 467) | void MergeImages() { method DeleteIntermediateFiles (line 572) | void DeleteIntermediateFiles() { method SaveMaskedImage (line 581) | static void SaveMaskedImage(ImageInfo info, FreeImageBitmap bmp, strin... class ImageMerger (line 594) | sealed class ImageMerger method ImageMerger (line 601) | public ImageMerger(FreeImageBitmap image) { method MergeImage (line 608) | public void MergeImage(FreeImageBitmap bmp) { method TryReduceColor (line 651) | public bool TryReduceColor() { method PasteFirstImage (line 673) | void PasteFirstImage(FreeImageBitmap bmp) { method GetWhiteBlackType (line 684) | static ColorType GetWhiteBlackType(RGBQUAD[] colors) { method PasteIntoFullColor (line 692) | void PasteIntoFullColor(FreeImageBitmap bmp) { method TryExpandColorDepth (line 699) | static void TryExpandColorDepth(FreeImageBitmap bmp) { method PasteAndIncrementHeight (line 705) | void PasteAndIncrementHeight(FreeImageBitmap bmp) { method ExpandColorSpaceAndPaste (line 712) | void ExpandColorSpaceAndPaste(FreeImageBitmap bmp) { type ColorType (line 718) | enum ColorType class PdfPageImageProcessor (line 727) | sealed class PdfPageImageProcessor : PdfContentStreamProcessor method PdfPageImageProcessor (line 732) | public PdfPageImageProcessor(List posList, List CreateGetDibMethod() { method CreateReplaceDibMethod (line 33) | static Func CreateReplaceDibMethod() { FILE: App/Processor/Imaging/ImageDeskew.cs class ImageDeskew (line 4) | public class ImageDeskew class HougLine (line 7) | private class HougLine method GetSkewAngle (line 37) | public double GetSkewAngle (FreeImageBitmap image) { method GetTop (line 59) | private HougLine[] GetTop (int count) { method Calc (line 91) | private void Calc (FreeImageBitmap image) { method Calc (line 113) | private void Calc (int x, int y) { method CalcDIndex (line 128) | private double CalcDIndex (double d) { method Init (line 132) | private void Init (FreeImageBitmap image) { method GetAlpha (line 151) | private static double GetAlpha (int index) { FILE: App/Processor/Imaging/ImageDisposition.cs class ImageDisposition (line 8) | [DebuggerDisplay("{Image.InlineImage}: {X}*{XScale},{Y}*{YScale};Flip={I... method ImageDisposition (line 18) | public ImageDisposition(Matrix ctm, ImageInfo image) { method ToString (line 25) | public override string ToString() { method CompareTo (line 31) | public int CompareTo(ImageDisposition other) { FILE: App/Processor/Imaging/ImageInfo.cs class ImageInfo (line 13) | [DebuggerDisplay("REF = {ReferenceCount}; Size = {Width} * {Height}; {Pi... method ImageInfo (line 34) | internal ImageInfo() { } method ImageInfo (line 35) | internal ImageInfo(PdfImageData image) { method ImageInfo (line 38) | internal ImageInfo(PdfIndirectReference pdfIndirect) { method ImageInfo (line 41) | internal ImageInfo(PdfIndirectReference pdfIndirect, bool isPageImage) { method ImageInfo (line 45) | internal ImageInfo(PRStream stream) { method DecodeImage (line 48) | internal byte[] DecodeImage(ImageExtracterOptions options) { method DecodeImage (line 52) | private static byte[] DecodeImage(ImageInfo info, ImageExtracterOption... method InvertBits (line 207) | static void InvertBits(byte[] outBuf) { method CreatePaletteAndIccProfile (line 214) | internal void CreatePaletteAndIccProfile(FreeImageBitmap bmp) { method CreatePalette (line 236) | void CreatePalette(FreeImageBitmap bmp) { method IsDecodeParamInverted (line 279) | static bool IsDecodeParamInverted(PdfDictionary data, bool blackIs1) { method DecodeStreamContent (line 287) | static byte[] DecodeStreamContent(PdfImageData data, IList ... method GetPixelFormat (line 344) | static PixelFormat GetPixelFormat(int byteLength, ImageInfo info) { method ExportColorspace (line 398) | static void ExportColorspace(PdfObject cs, ImageInfo info) { method ConvertDecodedBytes (line 440) | internal void ConvertDecodedBytes(ref byte[] bytes) { FILE: App/Processor/Imaging/JBig2Decoder.cs class JBig2Decoder (line 6) | internal static class JBig2Decoder method Decode (line 11) | internal static byte[] Decode(byte[] data, byte[] globals) { class NativeMethods (line 43) | static class NativeMethods method New (line 45) | internal static IntPtr New(IntPtr globalCtx) { method New (line 48) | [DllImport(DLL, EntryPoint = "jbig2_ctx_new_imp", CallingConvention ... method Free (line 51) | [DllImport(DLL, EntryPoint = "jbig2_ctx_free", CallingConvention = C... method CompletePage (line 54) | [DllImport(DLL, EntryPoint = "jbig2_complete_page", CallingConventio... method ReadData (line 57) | [DllImport(DLL, EntryPoint = "jbig2_data_in", CallingConvention = Ca... method MakeGlobal (line 60) | [DllImport(DLL, EntryPoint = "jbig2_make_global_ctx", CallingConvent... method Decode (line 63) | [DllImport(DLL, EntryPoint = "jbig2_page_out", CallingConvention = C... method ReleasePage (line 66) | [DllImport(DLL, EntryPoint = "jbig2_release_page", CallingConvention... method ErrorCallback (line 69) | static int ErrorCallback(IntPtr data, [InAttribute()] string msg, Jb... FILE: App/Processor/Imaging/JBig2Encoder.cs class JBig2Encoder (line 8) | static class JBig2Encoder method Encode (line 12) | internal static byte[] Encode(FreeImageBitmap fi) { method Encode (line 22) | static byte[] Encode(int width, int height, int stride, bool zeroIsWhi... class NativeMethods (line 31) | static class NativeMethods method Encode (line 33) | [DllImport(JBig2Decoder.DLL, CallingConvention = CallingConvention.C... method Release (line 36) | [DllImport(JBig2Decoder.DLL, CallingConvention = CallingConvention.C... FILE: App/Processor/Imaging/JBig2Structs.cs type Jbig2Severity (line 9) | public enum Jbig2Severity class JBig2Ctx (line 17) | [StructLayout(LayoutKind.Sequential)] class JBig2Image (line 44) | [StructLayout(LayoutKind.Sequential)] method GetData (line 52) | public byte[] GetData() { FILE: App/Processor/Imaging/JpgHelper.cs class JpgHelper (line 10) | static class JpgHelper method GetEncoderParameters (line 13) | static EncoderParameters GetEncoderParameters(int quality) { method GetEncoderParameters (line 22) | static EncoderParameters GetEncoderParameters(int quality, int colorDe... method Save (line 32) | internal static void Save(this System.Drawing.Image bmp, string fileNa... method Save (line 46) | internal static void Save(this System.Drawing.Image bmp, Stream stream... method TryGetExifOrientation (line 55) | internal static bool TryGetExifOrientation(string fileName, out ushort... class ExifReader (line 71) | sealed class ExifReader : IDisposable method ExifReader (line 108) | public ExifReader(string fileName) method ExifReader (line 111) | public ExifReader(Stream stream) method ExifReader (line 114) | public ExifReader(Stream stream, bool leaveOpen) { method Initialize (line 126) | private void Initialize() { method GetTIFFFieldLength (line 157) | private static byte GetTIFFFieldLength(ushort tiffDataType) { method ReadUShort (line 175) | private ushort ReadUShort() { method ReadUint (line 183) | private uint ReadUint() { method ReadString (line 187) | private string ReadString(int chars) { method ReadBytes (line 192) | private byte[] ReadBytes(int byteCount) { method ReadBytes (line 202) | private byte[] ReadBytes(ushort tiffOffset, int byteCount) { method ToUShort (line 225) | private ushort ToUShort(byte[] data) { method ToURationalFraction (line 236) | private uint[] ToURationalFraction(byte[] data) { method ToURational (line 254) | private double ToURational(byte[] data) { method ToRationalFraction (line 268) | private int[] ToRationalFraction(byte[] data) { method ToRational (line 285) | private double ToRational(byte[] data) { method ToUint (line 294) | private uint ToUint(byte[] data) { method ToInt (line 304) | private int ToInt(byte[] data) { method ToDouble (line 311) | private double ToDouble(byte[] data) { method ToSingle (line 318) | private float ToSingle(byte[] data) { method ToShort (line 325) | private short ToShort(byte[] data) { method ToSByte (line 332) | private sbyte ToSByte(byte[] data) { method GetArray (line 345) | private static Array GetArray(byte[] data, int elementLengthBytes... method ReadToExifStart (line 377) | private void ReadToExifStart() { method CreateTagIndex (line 402) | private void CreateTagIndex() { method GetTagValue (line 472) | public bool GetTagValue(ExifTags tag, out T result) { method GetTagValue (line 476) | public bool GetTagValue(ushort tagId, out T result) { method GetTagValue (line 485) | private bool GetTagValue(IDictionary tagDictionary,... method ToDateTime (line 615) | private static bool ToDateTime(string str, out DateTime result) { method GetTagBytes (line 644) | private byte[] GetTagBytes(IDictionary tagDictionary, ... method CatalogueIFD (line 688) | private void CatalogueIFD(ref Dictionary tagOffsets) { method GetJpegThumbnailBytes (line 715) | public byte[] GetJpegThumbnailBytes() { method Dispose (line 780) | private void Dispose(bool disposing) { method Dispose (line 794) | public void Dispose() { class ExifLibException (line 802) | sealed class ExifLibException : Exception method ExifLibException (line 804) | public ExifLibException() { method ExifLibException (line 807) | public ExifLibException(string message) method ExifLibException (line 811) | public ExifLibException(string message, Exception innerException) type ExifTags (line 819) | public enum ExifTags : ushort FILE: App/Processor/Imaging/TiffHelper.cs class TiffHelper (line 7) | static class TiffHelper method Save (line 14) | internal static void Save(FreeImageBitmap bmp, string fileName) { method SaveBinaryImage (line 44) | internal static void SaveBinaryImage(this Image bmp, string fileName) { method SaveBinaryImage (line 52) | internal static void SaveBinaryImage(this Image bmp, System.IO.Stream ... method Decode (line 61) | internal static byte[] Decode(ImageInfo info, byte[] bytes, int k, boo... FILE: App/Processor/Imaging/WuColorQuantizer.cs class WuQuantizer (line 8) | public static class WuQuantizer method QuantizeImage (line 17) | public static Bitmap QuantizeImage(Bitmap source) { method ProcessImagePixels (line 26) | static Bitmap ProcessImagePixels(Image source, QuantizedPalette palett... method BuildHistogram (line 63) | static ColorData BuildHistogram(Bitmap sourceImage) { method CalculateMoments (line 125) | static void CalculateMoments(ColorData data) { method Top (line 167) | static long Top(Box cube, int direction, int position, long[] moment) { method Bottom (line 208) | static long Bottom(Box cube, int direction, long[] moment) { method Maximize (line 240) | static CubeCut Maximize(ColorData data, Box cube, int direction, byte ... method Cut (line 281) | static bool Cut(ColorData data, ref Box first, ref Box second) { method CalculateVariance (line 335) | static float CalculateVariance(ColorData data, Box cube) { method Volume (line 348) | static long Volume(Box cube, long[] moment) { method VolumeFloat (line 366) | static float VolumeFloat(Box cube, float[] moment) { method SplitData (line 384) | static Box[] SplitData(ref int colorCount, ColorData data) { method BuildLookups (line 422) | static LookupData BuildLookups(IEnumerable cubes, ColorData data) { method GetQuantizedPalette (line 459) | static QuantizedPalette GetQuantizedPalette(int colorCount, ColorData ... type Box (line 540) | struct Box class ColorData (line 550) | sealed class ColorData method ColorData (line 552) | public ColorData(int dataGranularity, int bitmapWidth, int bitmapHei... method AddPixel (line 576) | internal void AddPixel(Pixel pixel, int quantizedPixel) { type CubeCut (line 586) | readonly struct CubeCut method CubeCut (line 592) | public CubeCut(bool canSplit, byte cutPoint, float result) { class LookupData (line 598) | sealed class LookupData method LookupData (line 600) | public LookupData(int granularity) { type Pixel (line 609) | readonly struct Pixel method Pixel (line 611) | public Pixel(byte red, byte green, byte blue) { class QuantizedPalette (line 622) | sealed class QuantizedPalette method QuantizedPalette (line 624) | public QuantizedPalette(int size) { class QuantizationException (line 632) | sealed class QuantizationException : ApplicationException method QuantizationException (line 634) | public QuantizationException(string message) FILE: App/Processor/Imaging/WuQuantize.c type box (line 38) | struct box { function Hist3d (line 60) | void function M3d (line 101) | void function Vol (line 141) | long int Vol(cube, mmt) function Bottom (line 162) | long int Bottom(cube, dir, mmt) function Top (line 192) | long int Top(cube, dir, pos, mmt) function Var (line 223) | float Var(cube) function Maximize (line 253) | float Maximize(cube, dir, first, last, cut, function Cut (line 298) | int type box (line 357) | struct box type box (line 371) | struct box FILE: App/Processor/InfoDocProcessor/CollapseBookmarkProcessor.cs class CollapseBookmarkProcessor (line 6) | sealed class CollapseBookmarkProcessor : IInfoDocProcessor method Process (line 12) | public bool Process(System.Xml.XmlElement bookmark) { FILE: App/Processor/InfoDocProcessor/ConvertUnitProcessor.cs class ConvertUnitProcessor (line 6) | sealed class ConvertUnitProcessor : IInfoDocProcessor method ConvertUnitProcessor (line 10) | public ConvertUnitProcessor() { method Process (line 16) | public bool Process(XmlElement item) { method ConvertUnit (line 26) | bool ConvertUnit(XmlElement item, string attribute) { FILE: App/Processor/InfoDocProcessor/ForceInternalDestinationProcessor.cs class ForceInternalDestinationProcessor (line 5) | sealed class ForceInternalDestinationProcessor : IInfoDocProcessor method Process (line 9) | public bool Process(System.Xml.XmlElement item) { FILE: App/Processor/InfoDocProcessor/GotoDestinationProcessor.cs class GotoDestinationProcessor (line 8) | sealed class GotoDestinationProcessor : IInfoDocProcessor method Process (line 16) | public bool Process(XmlElement item) { method RemoveGotoAction (line 64) | static void RemoveGotoAction(XmlElement item) { method RemoveOrphan (line 74) | static void RemoveOrphan(XmlElement item) { method TranslateDestinationCoordinates (line 91) | static void TranslateDestinationCoordinates(XmlElement item, Coordinat... FILE: App/Processor/InfoDocProcessor/RemoveZoomRateProcessor.cs class RemoveZoomRateProcessor (line 5) | sealed class RemoveZoomRateProcessor : IInfoDocProcessor method Process (line 9) | public bool Process(System.Xml.XmlElement item) { FILE: App/Processor/InfoDocProcessor/ShiftPageProcessor.cs class ShiftPageProcessor (line 6) | sealed class ShiftPageProcessor : IInfoDocProcessor method Process (line 12) | public bool Process(System.Xml.XmlElement item) { FILE: App/Processor/InfoXmlProcessors/BookmarkMatcher.cs class BookmarkMatcher (line 5) | internal abstract class BookmarkMatcher type MatcherType (line 7) | internal enum MatcherType method Match (line 12) | internal abstract bool Match(XmlElement item); method Replace (line 13) | internal abstract IUndoAction Replace(XmlElement item, string replacem... method Create (line 14) | internal static BookmarkMatcher Create(string pattern, MatcherType typ... class RegexMatcher (line 19) | sealed class RegexMatcher : BookmarkMatcher method RegexMatcher (line 22) | internal RegexMatcher(string pattern, bool matchCase, bool regexSear... method Match (line 25) | internal override bool Match(XmlElement item) { method Replace (line 28) | internal override IUndoAction Replace(XmlElement item, string replac... class XPathMatcher (line 41) | sealed class XPathMatcher : BookmarkMatcher method XPathMatcher (line 44) | internal XPathMatcher(string pattern) { method Match (line 47) | internal override bool Match(XmlElement item) { method Replace (line 50) | internal override IUndoAction Replace(XmlElement item, string replac... class SimpleReplacer (line 61) | internal sealed class SimpleReplacer : BookmarkMatcher method Match (line 63) | internal override bool Match(XmlElement item) { method Replace (line 66) | internal override IUndoAction Replace(XmlElement item, string replac... FILE: App/Processor/InfoXmlProcessors/BookmarkOpenStatusProcessor.cs class BookmarkOpenStatusProcessor (line 4) | sealed class BookmarkOpenStatusProcessor : IPdfInfoXmlProcessor, IPdfInf... method BookmarkOpenStatusProcessor (line 10) | public BookmarkOpenStatusProcessor() { method BookmarkOpenStatusProcessor (line 12) | public BookmarkOpenStatusProcessor(bool open) { method Process (line 20) | public IUndoAction Process(System.Xml.XmlElement item) { FILE: App/Processor/InfoXmlProcessors/ChangeCoordinateProcessor.cs class ChangeCoordinateProcessor (line 5) | sealed class ChangeCoordinateProcessor(string coordinateName, float valu... method Process (line 16) | public IUndoAction Process(System.Xml.XmlElement item) { FILE: App/Processor/InfoXmlProcessors/ChangePageCoordinateProcessor.cs class ChangePageCoordinateProcessor (line 3) | sealed class ChangePageCoordinateProcessor(string coordinateName, int pa... method Process (line 14) | public IUndoAction Process(System.Xml.XmlElement item) { FILE: App/Processor/InfoXmlProcessors/ChangePageNumberProcessor.cs class ChangePageNumberProcessor (line 7) | sealed class ChangePageNumberProcessor(int amount, bool isAbsolute, bool... method ChangePageNumberProcessor (line 14) | public ChangePageNumberProcessor(int amount) : this(amount, false, fal... method Process (line 20) | public IUndoAction Process(XmlElement item) { method TakeFollowingBookmarkDestination (line 59) | static UndoActionGroup TakeFollowingBookmarkDestination(XmlElement boo... method CopyAttributes (line 83) | static void CopyAttributes(XmlElement bookmark, XmlElement item, UndoA... FILE: App/Processor/InfoXmlProcessors/ChangeZoomRateProcessor.cs class ChangeZoomRateProcessor (line 5) | sealed class ChangeZoomRateProcessor : IPdfInfoXmlProcessor method ChangeZoomRateProcessor (line 10) | public ChangeZoomRateProcessor(object zoomRate) { method Process (line 24) | public IUndoAction Process(System.Xml.XmlElement item) { FILE: App/Processor/InfoXmlProcessors/ClearDestinationOffsetProcessor.cs class ClearDestinationOffsetProcessor (line 4) | sealed class ClearDestinationOffsetProcessor : IPdfInfoXmlProcessor, IPd... type PositionType (line 6) | public enum PositionType { X, Y, XY } method ClearDestinationOffsetProcessor (line 22) | public ClearDestinationOffsetProcessor() { method ClearDestinationOffsetProcessor (line 24) | public ClearDestinationOffsetProcessor(PositionType type) { method Process (line 31) | public IUndoAction Process(System.Xml.XmlElement item) { method ClearPositionOffset (line 60) | static IUndoAction ClearPositionOffset(System.Xml.XmlElement item, str... FILE: App/Processor/InfoXmlProcessors/DestinationGotoTopProcessor.cs class DestinationGotoTopProcessor (line 4) | sealed class DestinationGotoTopProcessor : IPdfInfoXmlProcessor method Process (line 10) | public IUndoAction Process(System.Xml.XmlElement item) { FILE: App/Processor/InfoXmlProcessors/ForceInternalLinkProcessor.cs class ForceInternalLinkProcessor (line 9) | sealed class ForceInternalLinkProcessor : IPdfInfoXmlProcessor method Process (line 15) | public IUndoAction Process(System.Xml.XmlElement item) { FILE: App/Processor/InfoXmlProcessors/IPdfInfoXmlProcessor.cs type IPdfInfoXmlProcessor (line 5) | interface IPdfInfoXmlProcessor method Process (line 8) | IUndoAction Process(System.Xml.XmlElement item); type IPdfInfoXmlProcessor (line 11) | interface IPdfInfoXmlProcessor : IPdfInfoXmlProcessor method Process (line 8) | IUndoAction Process(System.Xml.XmlElement item); FILE: App/Processor/InfoXmlProcessors/LevelDownProcessor.cs class LevelDownProcessor (line 3) | sealed class LevelDownProcessor : IPdfInfoXmlProcessor method Process (line 9) | public IUndoAction Process(System.Xml.XmlElement item) { FILE: App/Processor/InfoXmlProcessors/LevelUpProcessor.cs class LevelUpProcessor (line 6) | sealed class LevelUpProcessor : IPdfInfoXmlProcessor method Process (line 12) | public IUndoAction Process(System.Xml.XmlElement item) { FILE: App/Processor/InfoXmlProcessors/ReplaceTitleTextProcessor.cs class ReplaceTitleTextProcessor (line 3) | sealed class ReplaceTitleTextProcessor : IPdfInfoXmlProcessor method ReplaceTitleTextProcessor (line 10) | public ReplaceTitleTextProcessor(string replacement) { method ReplaceTitleTextProcessor (line 14) | public ReplaceTitleTextProcessor(BookmarkMatcher matcher, string repla... method Process (line 23) | public IUndoAction Process(System.Xml.XmlElement item) { FILE: App/Processor/InfoXmlProcessors/SetCaseProcessor.cs class SetCaseProcessor (line 6) | sealed class SetCaseProcessor(SetCaseProcessor.LetterCase letterCase) : ... type LetterCase (line 25) | public enum LetterCase method Process (line 40) | public IUndoAction Process(System.Xml.XmlElement item) { method ConvertCase (line 55) | static string ConvertCase(string source, LetterCase targetCase) { method Translate (line 92) | static string Translate(string s, char[] source, char[] target) { method FullWidthLetterToHalfWidth (line 104) | static char FullWidthLetterToHalfWidth(char ch) { method HalfWidthLetterToFullWidth (line 110) | static char HalfWidthLetterToFullWidth(char ch) { method FullWidthNumberToHalfWidth (line 115) | static char FullWidthNumberToHalfWidth(char ch) { method HalfWidthNumberToFullWidth (line 119) | static char HalfWidthNumberToFullWidth(char ch) { class SC2TC (line 123) | static class SC2TC class TC2SC (line 127) | static class TC2SC class FWP2HWP (line 131) | static class FWP2HWP class HWP2FWP (line 135) | static class HWP2FWP class FWL2HWL (line 139) | static class FWL2HWL class HWL2FWL (line 143) | static class HWL2FWL class FWN2HWN (line 147) | static class FWN2HWN class HWN2FWN (line 151) | static class HWN2FWN class StringMapper (line 156) | sealed class StringMapper(Converter converter) method Convert (line 160) | public unsafe string Convert(string value) { class CharacterMapper (line 186) | sealed class CharacterMapper method CharacterMapper (line 190) | public CharacterMapper(string from, string to) { method Map (line 198) | public char Map(char value) { class SequentialCharacterMapper (line 203) | sealed class SequentialCharacterMapper(char from, char to, int count) method Map (line 208) | public char Map(char value) { FILE: App/Processor/InfoXmlProcessors/SetTextColorProcessor.cs class SetTextColorProcessor (line 7) | sealed class SetTextColorProcessor : IPdfInfoXmlProcessor method SetTextColorProcessor (line 11) | public SetTextColorProcessor(Color color) { method Process (line 23) | public IUndoAction Process(System.Xml.XmlElement item) { FILE: App/Processor/InfoXmlProcessors/SetTextStyleProcessor.cs class SetTextStyleProcessor (line 4) | sealed class SetTextStyleProcessor : IPdfInfoXmlProcessor type Style (line 6) | public enum Style method SetTextStyleProcessor (line 12) | public SetTextStyleProcessor(System.Xml.XmlElement element, Style styl... method Process (line 36) | public IUndoAction Process(System.Xml.XmlElement item) { FILE: App/Processor/InfoXmlProcessors/UndoAction.cs type IUndoAction (line 7) | interface IUndoAction method Undo (line 10) | bool Undo(); class UndoManager (line 13) | sealed class UndoManager method MarkClean (line 27) | public void MarkClean() { method Clear (line 31) | public void Clear() { method AddUndo (line 37) | public void AddUndo(string name, IUndoAction action) { method GetActionNames (line 46) | public string[] GetActionNames(int limit) { method Undo (line 55) | public IEnumerable Undo() { class UndoActionGroup (line 70) | sealed class UndoActionGroup : IUndoAction method UndoActionGroup (line 76) | public UndoActionGroup() { method UndoActionGroup (line 79) | public UndoActionGroup(IEnumerable actions) { method Add (line 83) | public void Add(IUndoAction action) { method RemoveElement (line 95) | public void RemoveElement(XmlElement target) { method AddElement (line 98) | public void AddElement(XmlElement target) { method SetAttribute (line 101) | public void SetAttribute(XmlElement targetNode, string name, string ne... method RemoveAttribute (line 104) | public void RemoveAttribute(XmlElement target, string name) { method Undo (line 120) | public bool Undo() { class UndoElementAction (line 130) | abstract class UndoElementAction(XmlElement target) : IUndoAction method Undo (line 138) | public abstract bool Undo(); class RemoveElementAction (line 143) | sealed class RemoveElementAction(XmlElement target) : UndoElementAction(... method Undo (line 145) | public override bool Undo() { class AddElementAction (line 151) | sealed class AddElementAction(XmlElement target) : UndoElementAction(tar... method Undo (line 155) | public override bool Undo() { class UndoAttributeAction (line 166) | abstract class UndoAttributeAction : IUndoAction method UndoAttributeAction (line 171) | protected UndoAttributeAction(XmlElement targetNode, string name) { method GetUndoAction (line 186) | internal static UndoAttributeAction GetUndoAction(XmlElement targetNod... method Undo (line 208) | public abstract bool Undo(); class RemoveAttributeAction (line 212) | sealed class RemoveAttributeAction(XmlElement targetNode, string name) :... method Undo (line 214) | public override bool Undo() { class SetAttributeAction (line 220) | sealed class SetAttributeAction(XmlElement targetNode, string name, stri... method Undo (line 224) | public override bool Undo() { FILE: App/Processor/ModiOcr.cs class ModiOcr (line 15) | public class ModiOcr method Create (line 32) | static object Create(string type) { method Call (line 39) | static object Call(object instance, string method, params object[] par... method Get (line 50) | static object Get(object instance, string propertyName) { method Get (line 53) | static T Get(object instance, string propertyName) { method Get (line 56) | static object Get(object instance, string propertyName, int index) { method FinalReleaseComObjects (line 59) | static void FinalReleaseComObjects(params object[] objs) { method DetectModi (line 75) | static bool DetectModi() { method IsLanguageInstalled (line 87) | internal static bool IsLanguageInstalled(int langID) { method DetectInstalledLanguages (line 91) | static List DetectInstalledLanguages() { method DetectInstalledLanguages (line 107) | private static void DetectInstalledLanguages(RegistryKey k, List ... method Ocr (line 122) | internal void Ocr(string path, string saveImagePath, List re... FILE: App/Processor/Mupdf/ImageRendererOptions.cs class ImageRendererOptions (line 7) | public class ImageRendererOptions method ImageRendererOptions (line 92) | public ImageRendererOptions() { type ColorSpace (line 104) | public enum ColorSpace type ImageFormat (line 115) | public enum ImageFormat FILE: App/Processor/Mupdf/MuPDFExtensions.cs class MuPDFExtensions (line 8) | public static class MuPDFExtensions method Get (line 11) | public static TObj Get(this PdfArray array, int index) where TOb... method Get (line 14) | public static TObj Get(this PdfDictionary dict, int index) where... method Get (line 17) | public static TObj Get(this PdfDictionary dict, PdfNames key) wh... method Get (line 20) | public static TObj Get(this PdfDictionary dict, PdfNames key, Pd... method ToRectangleF (line 26) | public static RectangleF ToRectangleF(this Box box) { method ToRectangle (line 29) | public static Rectangle ToRectangle(this Box box) { method Deconstruct (line 32) | public static void Deconstruct(this Point point, out float x, out floa... method IsHorizontalNeighbor (line 36) | public static bool IsHorizontalNeighbor(this Box me, Box other) { method GetText (line 45) | public static string GetText(this TextLine textLine) { method RenderBitmapPage (line 54) | public static Bitmap RenderBitmapPage(this Page page, int width, int h... method InternalRenderPage (line 63) | static Pixmap InternalRenderPage(Page page, int width, int height, Ima... method CalculateMatrix (line 109) | static Matrix CalculateMatrix(Page page, int width, int height, ImageR... method ToBitmap (line 158) | public static unsafe Bitmap ToBitmap(this Pixmap pix, ImageRendererOpt... FILE: App/Processor/Mupdf/PageLabelCollection.cs class PageLabelCollection (line 8) | public sealed class PageLabelCollection : ICollection method PageLabelCollection (line 14) | internal PageLabelCollection() {} method PageLabelCollection (line 15) | internal PageLabelCollection(Document document) { method ToPageLabels (line 25) | static void ToPageLabels(List pl, PdfObject l) { method Add (line 40) | public void Add(PageLabel label) { method Format (line 51) | public string Format(int pageNumber) { method Find (line 65) | public PageLabel Find(int pageNumber) { method Clear (line 75) | public void Clear() { method Contains (line 84) | public bool Contains(PageLabel item) { method CopyTo (line 93) | public void CopyTo(PageLabel[] array, int arrayIndex) { method Remove (line 106) | public bool Remove(PageLabel item) { method GetEnumerator (line 116) | public IEnumerator GetEnumerator() { method GetEnumerator (line 120) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... type PageLabel (line 125) | [DebuggerDisplay("From: {FromPageNumber}, Format: {Format (1)}")] method PageLabel (line 135) | public PageLabel(int pageNumber, int startAt, string prefix, PageLabel... method CompareTo (line 142) | int IComparable.CompareTo(PageLabel other) { method Format (line 146) | public string Format(int pageNumber) { method Equals (line 166) | public bool Equals(PageLabel other) { method GetHashCode (line 173) | public override int GetHashCode() { method Equals (line 182) | public override bool Equals(object obj) { FILE: App/Processor/Mupdf/RenderResultCache.cs class RenderResultCache (line 8) | public sealed class RenderResultCache : IDisposable method RenderResultCache (line 16) | public RenderResultCache(Document document) { method LoadPage (line 20) | public Page LoadPage(int pageNumber) { method GetBitmap (line 29) | public Bitmap GetBitmap(int pageNumber) { method GetTextPage (line 34) | public TextPage GetTextPage(int pageNumber) { method TryGetRenderResult (line 40) | bool TryGetRenderResult(int pageNumber, out RenderResult result) { method SetBitmap (line 47) | public void SetBitmap(int pageNumber, Bitmap bmp) { method SetTextPage (line 55) | public void SetTextPage(int pageNumber, TextPage textPage) { method TrimBitmapBuffer (line 62) | void TrimBitmapBuffer(int pageNumber) { method Clear (line 79) | public void Clear() { method Dispose (line 89) | public void Dispose() { class RenderResult (line 94) | sealed class RenderResult : IDisposable method RenderResult (line 100) | public RenderResult(Page page) { method Dispose (line 104) | public void Dispose() { FILE: App/Processor/NullXmlWriter.cs class NullXmlWriter (line 5) | sealed class NullXmlWriter : System.Xml.XmlWriter method Close (line 7) | public override void Close() { method Flush (line 9) | public override void Flush() { method LookupPrefix (line 11) | public override string LookupPrefix(string ns) { method WriteBase64 (line 14) | public override void WriteBase64(byte[] buffer, int index, int count) { method WriteCData (line 16) | public override void WriteCData(string text) { method WriteCharEntity (line 18) | public override void WriteCharEntity(char ch) { method WriteChars (line 20) | public override void WriteChars(char[] buffer, int index, int count) { method WriteComment (line 22) | public override void WriteComment(string text) { method WriteDocType (line 24) | public override void WriteDocType(string name, string pubid, string sy... method WriteEndAttribute (line 26) | public override void WriteEndAttribute() { method WriteEndDocument (line 28) | public override void WriteEndDocument() { method WriteEndElement (line 30) | public override void WriteEndElement() { method WriteEntityRef (line 32) | public override void WriteEntityRef(string name) { method WriteFullEndElement (line 34) | public override void WriteFullEndElement() { method WriteProcessingInstruction (line 36) | public override void WriteProcessingInstruction(string name, string te... method WriteRaw (line 38) | public override void WriteRaw(string data) { method WriteRaw (line 40) | public override void WriteRaw(char[] buffer, int index, int count) { method WriteStartAttribute (line 42) | public override void WriteStartAttribute(string prefix, string localNa... method WriteStartDocument (line 44) | public override void WriteStartDocument(bool standalone) { method WriteStartDocument (line 46) | public override void WriteStartDocument() { method WriteStartElement (line 48) | public override void WriteStartElement(string prefix, string localName... method WriteString (line 51) | public override void WriteString(string text) { method WriteSurrogateCharEntity (line 53) | public override void WriteSurrogateCharEntity(char lowChar, char highC... method WriteWhitespace (line 55) | public override void WriteWhitespace(string ws) { FILE: App/Processor/OcrProcessor.cs class OcrProcessor (line 16) | sealed class OcrProcessor class Result (line 18) | internal sealed class Result method Result (line 22) | public Result(ImageDisposition image) { method OcrProcessor (line 42) | public OcrProcessor(PdfReader reader, OcrOptions options) : this(optio... method OcrProcessor (line 58) | private OcrProcessor(OcrOptions options) { method CleanUpTempFiles (line 69) | private static void CleanUpTempFiles(string folderPath) { method EstimateWorkload (line 80) | internal int EstimateWorkload() { method SetWriter (line 89) | internal void SetWriter(XmlWriter writer) { method SetWriter (line 92) | internal void SetWriter(TextWriter writer) { method PerformOcr (line 96) | internal void PerformOcr() { method WriteOcrResult (line 137) | private void WriteOcrResult(int i, Result result) { method CleanUpText (line 166) | internal static string CleanUpText(string text, OcrOptions options) { method OcrPage (line 179) | private IList OcrPage(int i, List errorList) { method OcrPage (line 237) | private void OcrPage(Result result) { method OcrImageFile (line 394) | private void OcrImageFile(List result, string p) { method OcrBitmap (line 438) | internal static List OcrBitmap(System.Drawing.Bitmap bmp, Oc... method GetMergedTextInfo (line 455) | private static TextInfo GetMergedTextInfo(ImageDisposition image, Text... method SortRecognizedText (line 474) | private static void SortRecognizedText(List list, OcrOptions... type IResultWriter (line 509) | interface IResultWriter method BeginWritePage (line 511) | void BeginWritePage(int i); method BeginWriteImage (line 512) | void BeginWriteImage(ImageDisposition image); method WriteText (line 513) | void WriteText(TextLine text, string optimizedText); method EndWriteImage (line 514) | void EndWriteImage(); method EndWritePage (line 515) | void EndWritePage(); class XmlResultWriter (line 518) | sealed class XmlResultWriter : IResultWriter method XmlResultWriter (line 521) | public XmlResultWriter(XmlWriter writer) { method BeginWritePage (line 527) | public void BeginWritePage(int i) { method WriteText (line 532) | public void WriteText(TextLine text, string optimizedText) { method WriteTextItem (line 543) | private void WriteTextItem(string text, Bound ir, WritingDirection d... method EndWritePage (line 561) | public void EndWritePage() { method BeginWriteImage (line 565) | public void BeginWriteImage(ImageDisposition image) { method EndWriteImage (line 572) | public void EndWriteImage() { class TextResultWriter (line 578) | sealed class TextResultWriter : IResultWriter method TextResultWriter (line 581) | public TextResultWriter(TextWriter writer) { method BeginWritePage (line 587) | public void BeginWritePage(int i) { method WriteText (line 591) | public void WriteText(TextLine text, string optimizedText) { method EndWritePage (line 595) | public void EndWritePage() { method BeginWriteImage (line 599) | public void BeginWriteImage(ImageDisposition image) { method EndWriteImage (line 603) | public void EndWriteImage() { } FILE: App/Processor/OperatorGroup.cs class OperatorGroup (line 7) | internal sealed class OperatorGroup : PdfContentStreamProcessor.IContent... method OperatorGroup (line 15) | public OperatorGroup(IEnumerable item, Xm... method ExportColorSpaceContent (line 188) | void ExportColorSpaceContent(XmlWriter writer, PdfArray a) { method ExportArray (line 231) | void ExportArray(List array, XmlWriter writer) { method ExportArrayContent (line 237) | void ExportArrayContent(List array, XmlWriter writer, bool ... method ExportIndirectReference (line 316) | void ExportIndirectReference(PdfIndirectReference r, XmlWriter writer,... method ExportStreamContent (line 364) | void ExportStreamContent(XmlWriter writer, PdfStream s, PdfIndirectRef... method ExportStreamTextContent (line 474) | static void ExportStreamTextContent(byte[] bs, StringBuilder sb, int p... method ExportPage (line 527) | internal void ExportPage(PdfReader reader, XmlWriter writer, params in... method ExportPage (line 534) | void ExportPage(int pageNum, PdfReader reader, XmlWriter writer, Expor... class ExportProcessor (line 569) | sealed class ExportProcessor : PdfContentStreamProcessor method ExportProcessor (line 580) | public ExportProcessor(PdfContentExport export, XmlWriter writer, Ex... method End (line 589) | public void End() { method DisplayPdfString (line 600) | protected override void DisplayPdfString(PdfString str) { method InvokeOperator (line 613) | protected override void InvokeOperator(PdfLiteral oper, List operands) { method AddTextInfo (line 712) | void AddTextInfo(string t) { FILE: App/Processor/PdfContentStreamParser.cs class PdfContentStreamProcessor (line 11) | internal class PdfContentStreamProcessor method PdfContentStreamProcessor (line 26) | internal PdfContentStreamProcessor() { method ApplyTextAdjust (line 37) | protected void ApplyTextAdjust(float tj) { method AdjustTextMatrixX (line 42) | protected void AdjustTextMatrixX(float x) { method BeginMarkedContent (line 46) | protected void BeginMarkedContent(PdfName tag, PdfDictionary dict) { method BeginText (line 50) | private void BeginText() { method GetFont (line 53) | private FontInfo GetFont(PRIndirectReference fontRef) { method DisplayPdfString (line 73) | protected virtual void DisplayPdfString(PdfString str) { method DisplayXObject (line 79) | protected virtual void DisplayXObject(PdfName xobjectName) { method EndMarkedContent (line 95) | private void EndMarkedContent() { method EndText (line 99) | private void EndText() { method InvokeOperator (line 103) | protected virtual void InvokeOperator(PdfLiteral oper, List... method PopulateOperators (line 112) | protected void PopulateOperators() { method PopulateXObjectDoHandlers (line 147) | protected void PopulateXObjectDoHandlers() { method ProcessContent (line 153) | public void ProcessContent(byte[] contentBytes, PdfDictionary resource... method RegisterContentOperator (line 184) | internal IContentOperator RegisterContentOperator(string operatorStrin... method RegisterXObjectDoHandler (line 192) | internal IXObjectDoHandler RegisterXObjectDoHandler(PdfName xobjectSub... method Reset (line 198) | internal virtual void Reset() { type IContentOperator (line 207) | internal interface IContentOperator method Invoke (line 210) | void Invoke(PdfContentStreamProcessor processor, PdfLiteral oper, Li... type IXObjectDoHandler (line 212) | internal interface IXObjectDoHandler method HandleXObject (line 214) | void HandleXObject(PdfContentStreamProcessor processor, PdfStream st... class BeginMarkedContentC (line 217) | protected sealed class BeginMarkedContentC : IContentOperator method Invoke (line 220) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class BeginMarkedContentDictionary (line 225) | protected sealed class BeginMarkedContentDictionary : IContentOperator method GetPropertiesDictionary (line 228) | static PdfDictionary GetPropertiesDictionary(PdfObject operand1, Res... method Invoke (line 234) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class BeginTextC (line 240) | protected sealed class BeginTextC : IContentOperator method Invoke (line 243) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class Do (line 250) | protected sealed class Do : IContentOperator method Invoke (line 253) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class EndMarkedContentC (line 258) | protected sealed class EndMarkedContentC : IContentOperator method Invoke (line 261) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class EndTextC (line 266) | protected sealed class EndTextC : IContentOperator method Invoke (line 269) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class FormXObjectDoHandler (line 276) | protected sealed class FormXObjectDoHandler : IXObjectDoHandler method HandleXObject (line 278) | public void HandleXObject(PdfContentStreamProcessor processor, PdfSt... class IgnoreOperatorContentOperator (line 297) | protected sealed class IgnoreOperatorContentOperator : IContentOperator method Invoke (line 300) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class IgnoreXObjectDoHandler (line 304) | protected sealed class IgnoreXObjectDoHandler : IXObjectDoHandler method HandleXObject (line 306) | public void HandleXObject(PdfContentStreamProcessor processor, PdfSt... class ImageXObjectDoHandler (line 310) | protected sealed class ImageXObjectDoHandler : IXObjectDoHandler method HandleXObject (line 312) | public void HandleXObject(PdfContentStreamProcessor processor, PdfSt... class ModifyCurrentTransformationMatrix (line 318) | protected sealed class ModifyCurrentTransformationMatrix : IContentOpe... method Invoke (line 321) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class MoveNextLineAndShowText (line 333) | protected sealed class MoveNextLineAndShowText : IContentOperator method MoveNextLineAndShowText (line 338) | public MoveNextLineAndShowText(IContentOperator textMoveNextLine, IC... method Invoke (line 345) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class MoveNextLineAndShowTextWithSpacing (line 351) | protected sealed class MoveNextLineAndShowTextWithSpacing : IContentOp... method MoveNextLineAndShowTextWithSpacing (line 358) | public MoveNextLineAndShowTextWithSpacing(IContentOperator setTextWo... method Invoke (line 364) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class PopGraphicsState (line 374) | protected sealed class PopGraphicsState : IContentOperator method Invoke (line 377) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class ProcessGraphicsStateResource (line 387) | protected sealed class ProcessGraphicsStateResource : IContentOperator method Invoke (line 391) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class PushGraphicsState (line 409) | protected sealed class PushGraphicsState : IContentOperator method Invoke (line 412) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class ResourceDictionary (line 417) | protected sealed class ResourceDictionary : PdfDictionary method GetDirectObject (line 421) | public override PdfObject GetDirectObject(PdfName key) { method Pop (line 431) | public void Pop() { method Push (line 435) | public void Push(PdfDictionary resources) { class SetTextCharacterSpacing (line 440) | protected sealed class SetTextCharacterSpacing : IContentOperator method Invoke (line 443) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class SetTextFont (line 448) | protected sealed class SetTextFont : IContentOperator method Invoke (line 451) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class SetTextHorizontalScaling (line 468) | protected sealed class SetTextHorizontalScaling : IContentOperator method Invoke (line 471) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class SetTextLeading (line 476) | protected sealed class SetTextLeading : IContentOperator method Invoke (line 479) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class SetTextRenderMode (line 484) | protected sealed class SetTextRenderMode : IContentOperator method Invoke (line 487) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class SetTextRise (line 492) | protected sealed class SetTextRise : IContentOperator method Invoke (line 495) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class SetTextWordSpacing (line 500) | protected sealed class SetTextWordSpacing : IContentOperator method Invoke (line 503) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class ShowText (line 508) | protected sealed class ShowText : IContentOperator method Invoke (line 511) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class AccumulatedShowTextArray (line 517) | protected sealed class AccumulatedShowTextArray : IContentOperator method Invoke (line 520) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class ShowTextArray (line 538) | protected sealed class ShowTextArray : IContentOperator method Invoke (line 541) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class TextMoveNextLine (line 557) | protected sealed class TextMoveNextLine : IContentOperator method TextMoveNextLine (line 561) | public TextMoveNextLine(TextMoveStartNextLine moveStartNextLine) { method Invoke (line 566) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class TextMoveStartNextLine (line 574) | protected sealed class TextMoveStartNextLine : IContentOperator method Invoke (line 577) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class TextMoveStartNextLineWithLeading (line 585) | protected sealed class TextMoveStartNextLineWithLeading : IContentOper... method TextMoveStartNextLineWithLeading (line 590) | public TextMoveStartNextLineWithLeading(TextMoveStartNextLine moveSt... method Invoke (line 596) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class TextSetTextMatrix (line 603) | protected sealed class TextSetTextMatrix : IContentOperator method Invoke (line 606) | public void Invoke(PdfContentStreamProcessor processor, PdfLiteral o... class InlineImageUtils (line 620) | internal static class InlineImageUtils class InlineImageParseException (line 627) | public sealed class InlineImageParseException : System.IO.IOException method InlineImageParseException (line 629) | public InlineImageParseException(String message) method InlineImageUtils (line 647) | static InlineImageUtils() { // static initializer method ParseInlineImage (line 700) | public static PdfImageData ParseInlineImage(PdfContentParser ps, Pdf... method ParseInlineImageDictionary (line 712) | private static PdfDictionary ParseInlineImageDictionary(PdfContentPa... method GetAlternateValue (line 739) | private static PdfObject GetAlternateValue(PdfName key, PdfObject va... method GetComponentsPerPixel (line 770) | private static int GetComponentsPerPixel(PdfName colorSpaceName, Pdf... method ComputeBytesPerRow (line 797) | private static int ComputeBytesPerRow(PdfDictionary imageDictionary,... method ParseUnfilteredSamples (line 816) | private static byte[] ParseUnfilteredSamples(PdfDictionary imageDict... method ParseInlineImageSamples (line 860) | private static byte[] ParseInlineImageSamples(PdfDictionary imageDic... class FontInfoCache (line 918) | sealed class FontInfoCache method FontInfoCache (line 923) | public FontInfoCache(FontInfo info) { FILE: App/Processor/PdfDocumentCreator.cs class PdfDocumentCreator (line 16) | sealed class PdfDocumentCreator method PdfDocumentCreator (line 87) | public PdfDocumentCreator(DocumentSink sink, MergerOptions option, Imp... method ProcessFile (line 112) | internal void ProcessFile(SourceItem sourceFile, BookmarkContainer boo... method AddImagePage (line 168) | void AddImagePage(SourceItem source, BookmarkElement bookmark) { method SetBookmarkAction (line 235) | void SetBookmarkAction(BookmarkElement bookmark) { method AddEmptyPage (line 244) | void AddEmptyPage() { method AddPdfPages (line 263) | void AddPdfPages(SourceItem.Pdf sourceFile, BookmarkContainer bookmark) { method KeepBookmarks (line 392) | BookmarkContainer KeepBookmarks(BookmarkContainer bookmark, PdfReader ... method ProcessInfoItem (line 433) | internal static void ProcessInfoItem(XmlElement item, ICollection InitPdfNameMap() { method GetTypeName (line 162) | internal static string GetTypeName(int t) { method GetPdfFriendlyName (line 180) | internal static string GetPdfFriendlyName(PdfName name) { method ResolvePdfName (line 188) | internal static PdfName ResolvePdfName(string friendlyName) { method DecodeKeyName (line 192) | internal static string DecodeKeyName(object name) { method GetFriendlyValue (line 196) | internal static string GetFriendlyValue(this PdfString s) { method GetNamedDestinations (line 228) | public static Dictionary GetNamedDestinations(this ... method GetPageRefMapper (line 242) | internal static Dictionary GetPageRefMapper(this PdfReader r... method GetPageCount (line 253) | public static int GetPageCount(this PdfWriter writer) { method ParseDateTime (line 262) | internal static DateTimeOffset ParseDateTime(string date) { method GetPdfNameString (line 285) | internal static string GetPdfNameString(PdfName name) { method GetPdfNameString (line 295) | internal static string GetPdfNameString(PdfName name, Encoding encodin... method GetPageVisibleRectangle (line 318) | internal static iTextSharp.text.Rectangle GetPageVisibleRectangle(this... method ClearPageLinks (line 335) | internal static void ClearPageLinks(this PdfReader r) { method ClearPageLinks (line 342) | internal static void ClearPageLinks(this PdfReader r, int pageNumber) { method GetValidXmlString (line 365) | internal static string GetValidXmlString(string value) { method GetArrayString (line 407) | internal static string GetArrayString(PdfArray array) { method GetArrayString (line 411) | internal static string GetArrayString(ICollection array) { method GetNumericArrayString (line 433) | internal static string GetNumericArrayString(PdfArray a, float unitFac... method Put (line 452) | internal static void Put(this PdfDictionary dict, PdfName key, string ... method Put (line 455) | internal static void Put(this PdfDictionary dict, PdfName key, int val... method Put (line 458) | internal static void Put(this PdfDictionary dict, PdfName key, double ... method Put (line 461) | internal static void Put(this PdfDictionary dict, PdfName key, float v... method Put (line 464) | internal static void Put(this PdfDictionary dict, PdfName key, bool va... method Put (line 467) | internal static void Put(this PdfDictionary dict, PdfName key, float[]... method Put (line 470) | internal static void Put(this PdfDictionary dict, PdfName key, int[] v... method CreateDictionaryPath (line 474) | internal static PdfDictionary CreateDictionaryPath(this PdfDictionary ... method PdfReferencesAreEqual (line 493) | internal static bool PdfReferencesAreEqual(PdfIndirectReference r1, Pd... method GetPageRotation (line 500) | internal static int GetPageRotation(PdfDictionary page) { method NormalizeRotationNumber (line 504) | internal static int NormalizeRotationNumber(int rotation) { method GetObjectDirectOrFromContainerArray (line 520) | internal static IList GetObjectDirectOrFromContainerArray(t... method MatrixToString (line 545) | internal static string MatrixToString(iTextSharp.text.pdf.parser.Matri... method ListUnusedObjects (line 555) | internal static List ListUnusedObjects(PdfReader pdf, bool partia... method SafeSetPageContent (line 569) | internal static void SafeSetPageContent(this PdfReader pdf, int pageNu... method GetUnusedNode (line 584) | static void GetUnusedNode(PdfReader pdf, bool partial, PdfObject obj, ... FILE: App/Processor/PdfPageCommandProcessor.cs class PdfPageCommandProcessor (line 10) | sealed class PdfPageCommandProcessor : PdfContentStreamProcessor, IPdfPa... method PdfPageCommandProcessor (line 23) | public PdfPageCommandProcessor() { method PdfPageCommandProcessor (line 28) | public PdfPageCommandProcessor(PRStream form) method DisplayPdfString (line 33) | protected override void DisplayPdfString(PdfString str) { method InvokeOperator (line 49) | protected override void InvokeOperator(PdfLiteral oper, List operands) { method GetTextInfo (line 168) | private TextInfo GetTextInfo(PdfString text) { FILE: App/Processor/PdfPageExtractor.cs class PdfPageExtractor (line 13) | static class PdfPageExtractor method ExtractPages (line 15) | internal static void ExtractPages(ExtractPageOptions options, string s... method SeparateByPageNumber (line 35) | static void SeparateByPageNumber(ExtractPageOptions options, string so... method SeparateByPageRanges (line 61) | static void SeparateByPageRanges(ExtractPageOptions options, string so... method SeparateByBookmarks (line 86) | static void SeparateByBookmarks(ExtractPageOptions options, string sou... method ExtractPages (line 140) | static void ExtractPages(ExtractPageOptions options, string sourceFile... method RewriteTargetFileName (line 218) | static string RewriteTargetFileName(string sourceFile, string targetFi... FILE: App/Processor/PdfProcessingEngine.cs class PdfProcessingEngine (line 8) | sealed class PdfProcessingEngine method PdfProcessingEngine (line 19) | public PdfProcessingEngine(PdfReader pdf) { method CreateProcessors (line 26) | public void CreateProcessors(PatcherOptions settings) { method EstimateWorkload (line 86) | internal int EstimateWorkload() { method ProcessDocument (line 97) | internal void ProcessDocument(PdfWriter writer) { method ProcessDocument (line 100) | internal void ProcessDocument(PdfWriter writer, Document document) { FILE: App/Processor/SourceItemSerializer.cs class SourceItemSerializer (line 8) | internal static class SourceItemSerializer method Serialize (line 17) | internal static void Serialize(IList list, FilePath path) { method SerializeSourceItem (line 31) | static void SerializeSourceItem(PdfInfoXmlDocument doc, BookmarkContai... method Deserialize (line 51) | internal static List Deserialize(FilePath path) { method DeserializeSourceItem (line 68) | static void DeserializeSourceItem(List list, BookmarkEleme... FILE: App/Processor/Worker.cs class Worker (line 18) | internal static class Worker method OpenPdf (line 22) | private static PdfReader OpenPdf(string sourceFile, bool loadPartial, ... method ExtractImages (line 45) | internal static void ExtractImages(string sourceFile, ImageExtracterOp... method RenderPages (line 98) | internal static void RenderPages(string sourceFile, ImageRendererOptio... method RenderPagesToPdf (line 166) | internal static void RenderPagesToPdf(string sourceFile, ImageRenderer... method ExportInfo (line 245) | internal static void ExportInfo(FilePath sourceFile, FilePath targetFi... method ConvertBookmark (line 315) | internal static void ConvertBookmark(string sourceFile, string targetF... method PatchDocument (line 335) | internal static bool PatchDocument(SourceItem.Pdf sourceFile, FilePath... method ReplaceTargetFileNameMacros (line 560) | internal static string ReplaceTargetFileNameMacros(string sourceFile, ... method ReplaceTargetFileNameMacros (line 576) | internal static string ReplaceTargetFileNameMacros(string sourceFile, ... method VerifyInfoDocument (line 606) | private static bool VerifyInfoDocument(XmlDocument infoDoc) { method ExtractPages (line 624) | internal static void ExtractPages(ExtractPageOptions options, string s... method MergeDocuments (line 657) | internal static void MergeDocuments(ICollection sources, F... method CreateBookmark (line 754) | internal static void CreateBookmark(string sourceFile, string bookmark... method Ocr (line 810) | internal static void Ocr(string sourceFile, string bookmarkFile, OcrOp... method GetExpandedFileName (line 901) | internal static string GetExpandedFileName(SourceItem.Pdf item, string... method RenameFiles (line 919) | internal static void RenameFiles(List items, string te... method ImportOcr (line 980) | internal static void ImportOcr(string sourceFile, string infoFile, str... FILE: App/Program.cs class Program (line 10) | static class Program method Main (line 12) | [STAThread] FILE: App/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: App/ShellHelper.cs class ShellHelper (line 7) | static class ShellHelper method CreateShortcut (line 9) | internal static void CreateShortcut() { method VisitHomePage (line 21) | internal static void VisitHomePage() { method CheckPdfOpenWithAssociation (line 25) | internal static bool CheckPdfOpenWithAssociation() { method AddPdfOpenWithAssociation (line 35) | internal static void AddPdfOpenWithAssociation() { method RemovePdfOpenWithAssociation (line 44) | internal static void RemovePdfOpenWithAssociation() { method OpenOrCreateSubKey (line 53) | static RegistryKey OpenOrCreateSubKey(this RegistryKey baseKey, string... class OpenWithAssociation (line 60) | sealed class OpenWithAssociation method HasAssociation (line 68) | public static bool HasAssociation() { method Create (line 92) | public static void Create() { method Delete (line 125) | public static void Delete() { FILE: App/Toolkit.cs class Toolkit (line 8) | sealed class Toolkit method Get (line 24) | internal static Toolkit Get(string id) { method Toolkit (line 40) | private Toolkit(string name, string id, string icon, string description) method Toolkit (line 43) | private Toolkit(string name, string id, string icon, string descriptio... method Toolkit (line 46) | private Toolkit(string name, string id, string icon, string descriptio... method CreateButton (line 55) | internal ToolStripButton CreateButton() { FILE: App/Tracker.cs class Tracker (line 7) | static class Tracker type Category (line 9) | internal enum Category method SetWorker (line 23) | internal static void SetWorker(BackgroundWorker value) { method TrackProgress (line 27) | internal static void TrackProgress(int progress) { method IncrementProgress (line 31) | internal static void IncrementProgress(int progress) { method IncrementTotalProgress (line 35) | internal static void IncrementTotalProgress() { method SetProgressGoal (line 38) | internal static void SetProgressGoal(int goalNumber) { method SetTotalProgressGoal (line 41) | internal static void SetTotalProgressGoal(int goalNumber) { method DebugMessage (line 44) | internal static void DebugMessage(string message) { method TraceMessage (line 48) | internal static void TraceMessage(Category level, string message) { method TraceMessage (line 56) | internal static void TraceMessage(string message) { method TraceMessage (line 59) | internal static void TraceMessage(Exception exception) { method ReportProgress (line 66) | static void ReportProgress(int progress, string category) { FILE: JBig2/include/config_win32.h type __int64 (line 31) | typedef __int64 int64_t; FILE: JBig2/include/getopt.h type option (line 95) | struct option { type option (line 150) | struct option type option (line 151) | struct option type option (line 154) | struct option FILE: JBig2/include/jbig2.h type Jbig2Severity (line 32) | typedef enum { type Jbig2Options (line 39) | typedef enum { type Jbig2Allocator (line 44) | typedef struct _Jbig2Allocator Jbig2Allocator; type Jbig2Ctx (line 45) | typedef struct _Jbig2Ctx Jbig2Ctx; type Jbig2GlobalCtx (line 46) | typedef struct _Jbig2GlobalCtx Jbig2GlobalCtx; type Jbig2Image (line 54) | typedef struct _Jbig2Image Jbig2Image; type _Jbig2Image (line 55) | struct _Jbig2Image { type _Jbig2Allocator (line 77) | struct _Jbig2Allocator { FILE: JBig2/include/jbig2_arith.h type Jbig2ArithState (line 23) | typedef struct _Jbig2ArithState Jbig2ArithState; type Jbig2ArithCx (line 28) | typedef unsigned char Jbig2ArithCx; FILE: JBig2/include/jbig2_arith_iaid.h type Jbig2ArithIaidCtx (line 23) | typedef struct _Jbig2ArithIaidCtx Jbig2ArithIaidCtx; FILE: JBig2/include/jbig2_arith_int.h type Jbig2ArithIntCtx (line 23) | typedef struct _Jbig2ArithIntCtx Jbig2ArithIntCtx; FILE: JBig2/include/jbig2_generic.h type Jbig2GenericRegionParams (line 28) | typedef struct { FILE: JBig2/include/jbig2_halftone.h type Jbig2PatternDict (line 23) | typedef struct { type Jbig2PatternDictParams (line 30) | typedef struct { type Jbig2HalftoneRegionParams (line 39) | typedef struct { FILE: JBig2/include/jbig2_huffman.h type Jbig2HuffmanEntry (line 25) | typedef struct _Jbig2HuffmanEntry Jbig2HuffmanEntry; type Jbig2HuffmanState (line 26) | typedef struct _Jbig2HuffmanState Jbig2HuffmanState; type Jbig2HuffmanTable (line 27) | typedef struct _Jbig2HuffmanTable Jbig2HuffmanTable; type Jbig2HuffmanParams (line 28) | typedef struct _Jbig2HuffmanParams Jbig2HuffmanParams; type _Jbig2HuffmanEntry (line 30) | struct _Jbig2HuffmanEntry { type _Jbig2HuffmanTable (line 40) | struct _Jbig2HuffmanTable { type Jbig2HuffmanLine (line 45) | typedef struct _Jbig2HuffmanLine Jbig2HuffmanLine; type _Jbig2HuffmanLine (line 47) | struct _Jbig2HuffmanLine { type _Jbig2HuffmanParams (line 53) | struct _Jbig2HuffmanParams { FILE: JBig2/include/jbig2_image.h type Jbig2ComposeOp (line 23) | typedef enum { FILE: JBig2/include/jbig2_page.h type Jbig2PageState (line 28) | typedef enum { type _Jbig2Page (line 36) | struct _Jbig2Page { FILE: JBig2/include/jbig2_priv.h type byte (line 43) | typedef uint8_t byte; type Jbig2Page (line 73) | typedef struct _Jbig2Page Jbig2Page; type Jbig2Segment (line 74) | typedef struct _Jbig2Segment Jbig2Segment; type Jbig2FileState (line 76) | typedef enum { type _Jbig2Ctx (line 85) | struct _Jbig2Ctx { type Jbig2WordStream (line 144) | typedef struct _Jbig2WordStream Jbig2WordStream; type _Jbig2WordStream (line 146) | struct _Jbig2WordStream { FILE: JBig2/include/jbig2_refinement.h type Jbig2RefinementRegionParams (line 24) | typedef struct { FILE: JBig2/include/jbig2_segment.h type _Jbig2Segment (line 25) | struct _Jbig2Segment { type Jbig2RegionSegmentInfo (line 43) | typedef struct { FILE: JBig2/include/jbig2_symbol_dict.h type Jbig2SymbolDict (line 26) | typedef struct { FILE: JBig2/include/jbig2_text.h type Jbig2RefCorner (line 27) | typedef enum { type Jbig2TextRegionParams (line 34) | typedef struct { FILE: JBig2/include/jbig2arith.h type jbig2enc_ctx (line 49) | struct jbig2enc_ctx { type jbig2enc_ctx (line 88) | struct jbig2enc_ctx type jbig2enc_ctx (line 94) | struct jbig2enc_ctx type jbig2enc_ctx (line 101) | struct jbig2enc_ctx type jbig2enc_ctx (line 107) | struct jbig2enc_ctx type jbig2enc_ctx (line 114) | struct jbig2enc_ctx type jbig2enc_ctx (line 126) | struct jbig2enc_ctx type jbig2enc_ctx (line 139) | struct jbig2enc_ctx type jbig2enc_ctx (line 161) | struct jbig2enc_ctx type jbig2enc_ctx (line 169) | struct jbig2enc_ctx type jbig2enc_ctx (line 174) | struct jbig2enc_ctx type jbig2enc_ctx (line 179) | struct jbig2enc_ctx type jbig2enc_ctx (line 184) | struct jbig2enc_ctx type jbig2enc_ctx (line 189) | struct jbig2enc_ctx FILE: JBig2/include/jbig2enc.h type Pix (line 43) | struct Pix type jbig2ctx (line 45) | struct jbig2ctx type jbig2ctx (line 79) | struct jbig2ctx type jbig2ctx (line 85) | struct jbig2ctx type jbig2ctx (line 91) | struct jbig2ctx type Pix (line 91) | struct Pix type jbig2ctx (line 97) | struct jbig2ctx type jbig2ctx (line 108) | struct jbig2ctx type Pix (line 132) | struct Pix FILE: JBig2/include/jbig2enc.lossless.h type Pix (line 41) | struct Pix type Pix (line 62) | struct Pix FILE: JBig2/include/jbig2segments.h type jbig2_segment (line 34) | struct jbig2_segment { function write (line 68) | struct Segment { FILE: JBig2/include/jbig2structs.h type jbig2_file_header (line 44) | struct jbig2_file_header { type jbig2_page_info (line 58) | struct jbig2_page_info { type jbig2_generic_region (line 83) | struct jbig2_generic_region { type jbig2_symbol_dict (line 107) | struct jbig2_symbol_dict { type jbig2_text_region (line 142) | struct jbig2_text_region { type jbig2_text_region_atflags (line 177) | struct jbig2_text_region_atflags { type jbig2_text_region_syminsts (line 181) | struct jbig2_text_region_syminsts { FILE: JBig2/include/jbig2sym.h type jbig2enc_ctx (line 21) | struct jbig2enc_ctx type jbig2enc_ctx (line 35) | struct jbig2enc_ctx type jbig2enc_ctx (line 66) | struct jbig2enc_ctx FILE: JBig2/include/pix.h type Pix (line 2) | struct Pix type PIX (line 12) | typedef struct Pix PIX; FILE: JBig2/include/sha1.h type SHA1_CTX (line 12) | typedef struct { FILE: JBig2/include/stdint.h type __int8 (line 59) | typedef __int8 int8_t; type __int16 (line 60) | typedef __int16 int16_t; type __int32 (line 61) | typedef __int32 int32_t; type __int64 (line 62) | typedef __int64 int64_t; type int_least8_t (line 69) | typedef int8_t int_least8_t; type int_least16_t (line 70) | typedef int16_t int_least16_t; type int_least32_t (line 71) | typedef int32_t int_least32_t; type int_least64_t (line 72) | typedef int64_t int_least64_t; type uint_least8_t (line 73) | typedef uint8_t uint_least8_t; type uint_least16_t (line 74) | typedef uint16_t uint_least16_t; type uint_least32_t (line 75) | typedef uint32_t uint_least32_t; type uint_least64_t (line 76) | typedef uint64_t uint_least64_t; type int_fast8_t (line 79) | typedef int8_t int_fast8_t; type int_fast16_t (line 80) | typedef int16_t int_fast16_t; type int_fast32_t (line 81) | typedef int32_t int_fast32_t; type int_fast64_t (line 82) | typedef int64_t int_fast64_t; type uint_fast8_t (line 83) | typedef uint8_t uint_fast8_t; type uint_fast16_t (line 84) | typedef uint16_t uint_fast16_t; type uint_fast32_t (line 85) | typedef uint32_t uint_fast32_t; type uint_fast64_t (line 86) | typedef uint64_t uint_fast64_t; type __int64 (line 90) | typedef __int64 intptr_t; type intmax_t (line 98) | typedef int64_t intmax_t; type uintmax_t (line 99) | typedef uint64_t uintmax_t; FILE: JBig2/src/jbig2.c function jbig2_default_free (line 43) | static void function jbig2_default_error (line 73) | static void function jbig2_error (line 86) | int function Jbig2Ctx (line 102) | Jbig2Ctx * function jbig2_get_int16 (line 184) | int16_t function jbig2_get_uint16 (line 192) | uint16_t function jbig2_get_int32 (line 200) | int32_t function jbig2_get_uint32 (line 208) | uint32_t function jbig2_find_buffer_size (line 214) | static size_t function jbig2_data_in (line 242) | int function Jbig2Allocator (line 434) | Jbig2Allocator * function Jbig2GlobalCtx (line 463) | Jbig2GlobalCtx * function Jbig2Allocator (line 469) | Jbig2Allocator * type Jbig2WordStreamBuf (line 480) | typedef struct { function jbig2_word_stream_buf_get_next_word (line 486) | static int function Jbig2WordStream (line 521) | Jbig2WordStream * function jbig2_word_stream_buf_free (line 538) | void function jbig2_free (line 553) | void FILE: JBig2/src/jbig2.cc function usage (line 38) | static void function pixInfo (line 60) | static void function asprintf (line 76) | int function PIX (line 115) | static PIX* function main (line 194) | int FILE: JBig2/src/jbig2_arith.c type _Jbig2ArithState (line 32) | struct _Jbig2ArithState { function jbig2_arith_bytein (line 57) | static int function Jbig2ArithState (line 189) | Jbig2ArithState * type Jbig2ArithQe (line 242) | typedef struct { function jbig2_arith_renormd (line 298) | static int function jbig2_arith_decode (line 314) | int function jbig2_arith_trace (line 378) | static void function test_get_word (line 385) | static int function main (line 416) | int FILE: JBig2/src/jbig2_arith_iaid.c type _Jbig2ArithIaidCtx (line 39) | struct _Jbig2ArithIaidCtx { function Jbig2ArithIaidCtx (line 44) | Jbig2ArithIaidCtx * function jbig2_arith_iaid_decode (line 79) | int function jbig2_arith_iaid_ctx_free (line 108) | void FILE: JBig2/src/jbig2_arith_int.c type _Jbig2ArithIntCtx (line 35) | struct _Jbig2ArithIntCtx { function Jbig2ArithIntCtx (line 39) | Jbig2ArithIntCtx * function jbig2_arith_int_decode (line 56) | int function jbig2_arith_int_ctx_free (line 144) | void FILE: JBig2/src/jbig2_generic.c function jbig2_image_get_pixel_fast (line 346) | static inline int function jbig2_generic_stats_size (line 356) | int function jbig2_decode_generic_template0 (line 364) | static int function jbig2_decode_generic_template0_unopt (line 433) | static int function jbig2_decode_generic_template1_unopt (line 505) | static int function jbig2_decode_generic_template1 (line 571) | static int function jbig2_decode_generic_template2_unopt (line 636) | static int function jbig2_decode_generic_template2 (line 703) | static int function jbig2_decode_generic_template3 (line 768) | static int function jbig2_decode_generic_template3_unopt (line 826) | static int function copy_prev_row (line 880) | static void function jbig2_decode_generic_template0_TPGDON (line 894) | static int function jbig2_decode_generic_template1_TPGDON (line 1094) | static int function jbig2_decode_generic_template2_TPGDON (line 1169) | static int function jbig2_decode_generic_template3_TPGDON (line 1244) | static int function jbig2_decode_generic_region_TPGDON (line 1307) | static int function jbig2_decode_generic_region (line 1343) | int function jbig2_immediate_generic_region (line 1388) | int FILE: JBig2/src/jbig2_halftone.c function Jbig2PatternDict (line 42) | static Jbig2PatternDict * function jbig2_hd_release (line 107) | void function Jbig2PatternDict (line 137) | static Jbig2PatternDict * function jbig2_pattern_dictionary (line 198) | int function Jbig2PatternDict (line 422) | static Jbig2PatternDict * function jbig2_decode_halftone_region (line 460) | static int function jbig2_halftone_region (line 557) | int FILE: JBig2/src/jbig2_huffman.c type _Jbig2HuffmanState (line 46) | struct _Jbig2HuffmanState { function Jbig2HuffmanState (line 67) | Jbig2HuffmanState * function jbig2_huffman_free (line 104) | void function jbig2_dump_huffman_state (line 114) | void function jbig2_dump_huffman_binary (line 121) | void function jbig2_dump_huffman_table (line 134) | void function jbig2_huffman_skip (line 178) | int function jbig2_huffman_advance (line 207) | int function jbig2_huffman_offset (line 233) | uint32_t function jbig2_huffman_get_bits (line 242) | int32_t function jbig2_huffman_get (line 276) | int32_t function Jbig2HuffmanTable (line 373) | Jbig2HuffmanTable * function jbig2_release_huffman_table (line 500) | void function jbig2_table_read_bits (line 512) | static uint32_t function jbig2_table (line 538) | int function jbig2_table_free (line 679) | void function Jbig2HuffmanParams (line 689) | const Jbig2HuffmanParams * function test_get_word1 (line 720) | static int function test1 (line 751) | static int test1() type test_huffmancodes_t (line 1990) | typedef struct test_huffmancodes { type test_stream_t (line 2026) | typedef struct test_stream { function test_get_word2 (line 2031) | static int function test2 (line 2063) | static int test2() function main (line 2143) | int FILE: JBig2/src/jbig2_image.c function Jbig2Image (line 34) | Jbig2Image * function Jbig2Image (line 75) | Jbig2Image * function jbig2_image_release (line 84) | void function jbig2_image_free (line 95) | void function Jbig2Image (line 105) | Jbig2Image * function template_image_compose_opt (line 163) | static inline void function jbig2_image_compose_opt_OR (line 287) | static void function jbig2_image_compose_opt_AND (line 296) | static void function jbig2_image_compose_opt_XOR (line 305) | static void function jbig2_image_compose_opt_XNOR (line 314) | static void function jbig2_image_compose_opt_REPLACE (line 323) | static void function jbig2_image_compose (line 333) | int function jbig2_image_clear (line 458) | void function jbig2_image_get_pixel (line 470) | int function jbig2_image_set_pixel (line 487) | void FILE: JBig2/src/jbig2_image_pbm.c function jbig2_image_write_pbm_file (line 35) | int function jbig2_image_write_pbm (line 54) | int function Jbig2Image (line 70) | Jbig2Image * function Jbig2Image (line 89) | Jbig2Image * FILE: JBig2/src/jbig2_image_png.c function jbig2_png_write_data (line 49) | static void function jbig2_png_flush (line 66) | static void function jbig2_image_write_png (line 81) | int function jbig2_image_write_png_file (line 137) | int FILE: JBig2/src/jbig2_mmr.c type Jbig2MmrCtx (line 43) | typedef struct { function jbig2_decode_mmr_init (line 59) | static void function jbig2_decode_mmr_consume (line 78) | static void type mmr_table_node (line 108) | typedef struct { function jbig2_find_changing_element (line 757) | static uint32_t function jbig2_find_changing_element_of_color (line 906) | static uint32_t function jbig2_set_bits (line 920) | static void function jbig2_decode_get_code (line 942) | static int function jbig2_decode_get_run (line 963) | static int function jbig2_decode_mmr_line (line 983) | static int function jbig2_decode_generic_mmr (line 1205) | int function jbig2_decode_halftone_mmr (line 1248) | int FILE: JBig2/src/jbig2_page.c function dump_page_info (line 38) | static void function jbig2_page_info (line 61) | int function jbig2_end_of_stripe (line 171) | int function jbig2_complete_page (line 200) | int function jbig2_end_of_page (line 236) | int function jbig2_page_add_result (line 268) | int function Jbig2Image (line 319) | Jbig2Image * function jbig2_release_page (line 348) | void FILE: JBig2/src/jbig2_refinement.c function jbig2_decode_refinement_template0_unopt (line 48) | static int function jbig2_decode_refinement_template1_unopt (line 110) | static int function jbig2_decode_refinement_template1 (line 165) | static int function implicit_value (line 239) | static int function mkctx0 (line 258) | static uint32_t function mkctx1 (line 282) | static uint32_t function jbig2_decode_refinement_TPGRON (line 303) | static int function jbig2_decode_refinement_region (line 364) | int function Jbig2Segment (line 386) | static Jbig2Segment * function jbig2_refinement_region (line 418) | int FILE: JBig2/src/jbig2_segment.c function Jbig2Segment (line 42) | Jbig2Segment * function jbig2_free_segment (line 140) | void function Jbig2Segment (line 176) | Jbig2Segment * function jbig2_get_region_segment_info (line 197) | void function jbig2_parse_extension_segment (line 210) | static int function jbig2_parse_profile_segment (line 251) | static int function jbig2_parse_segment (line 335) | int FILE: JBig2/src/jbig2_symbol_dict.c type Jbig2SymbolDictParams (line 49) | typedef struct { function jbig2_dump_symbol_dict (line 69) | void function Jbig2SymbolDict (line 95) | Jbig2SymbolDict * function jbig2_sd_release (line 121) | void function Jbig2Image (line 136) | Jbig2Image * function jbig2_sd_count_referred (line 145) | uint32_t function Jbig2SymbolDict (line 163) | Jbig2SymbolDict ** function Jbig2SymbolDict (line 199) | Jbig2SymbolDict * function Jbig2SymbolDict (line 227) | static Jbig2SymbolDict * function jbig2_symbol_dictionary (line 859) | int FILE: JBig2/src/jbig2_text.c function jbig2_decode_text_region (line 59) | int function jbig2_text_region (line 578) | int FILE: JBig2/src/jbig2arith.cc type context (line 39) | struct context { type context (line 47) | struct context function jbig2enc_init (line 126) | void function jbig2enc_reset (line 142) | void function jbig2enc_flush (line 156) | void function jbig2enc_dealloc (line 169) | void function emit (line 184) | static void inline function byteout (line 198) | static void function encode_bit (line 237) | static void function encode_final (line 305) | static void function jbig2enc_final (line 334) | void type intencrange_s (line 343) | struct intencrange_s { type intencrange_s (line 352) | struct intencrange_s function jbig2enc_oob (line 369) | void function jbig2enc_int (line 380) | void function jbig2enc_iaid (line 425) | void function u8 (line 454) | static u8 image_get(const u8 *restrict image, int x, int y, int mx, int ... function jbig2enc_datasize (line 462) | unsigned function jbig2enc_tobuffer (line 468) | void function jbig2enc_bitimage (line 487) | void function jbig2enc_refine (line 594) | void function jbig2enc_image (line 735) | void FILE: JBig2/src/jbig2dec.c type jbig2dec_mode (line 49) | typedef enum { type jbig2dec_format (line 53) | typedef enum { type jbig2dec_params_t (line 62) | typedef struct { type jbig2dec_error_callback_state_t (line 71) | typedef struct { type jbig2dec_allocator_t (line 79) | typedef struct { function jbig2dec_peak (line 116) | static void jbig2dec_peak(jbig2dec_allocator_t *allocator) function jbig2dec_free (line 159) | static void jbig2dec_free(Jbig2Allocator *allocator_, void *p) function hash_init (line 210) | static void function hash_image (line 223) | static void function hash_print (line 231) | static void function hash_free (line 245) | static void function set_output_format (line 252) | static int function parse_options (line 269) | static int function print_version (line 346) | static int function print_usage (line 353) | static int function error_callback (line 392) | static void function flush_errors (line 469) | static void function write_page_image (line 529) | static int function write_document_hash (line 547) | static int function main (line 565) | int FILE: JBig2/src/jbig2enc.cc function PIX (line 54) | static PIX * function log2up (line 72) | static unsigned type jbig2ctx (line 86) | struct jbig2ctx { type JbClasser (line 87) | struct JbClasser type jbig2ctx (line 113) | struct jbig2ctx type JbClasser (line 87) | struct JbClasser type jbig2ctx (line 116) | struct jbig2ctx type JbClasser (line 87) | struct JbClasser function jbig2_destroy (line 134) | void function jbig2_add_page (line 142) | void type jbig2ctx (line 182) | struct jbig2ctx type JbClasser (line 87) | struct JbClasser type jbig2enc_ctx (line 312) | struct jbig2enc_ctx type jbig2_file_header (line 315) | struct jbig2_file_header type jbig2_symbol_dict (line 324) | struct jbig2_symbol_dict type jbig2ctx (line 369) | struct jbig2ctx type JbClasser (line 87) | struct JbClasser type jbig2enc_ctx (line 374) | struct jbig2enc_ctx type jbig2_page_info (line 379) | struct jbig2_page_info type jbig2_text_region (line 381) | struct jbig2_text_region type jbig2_text_region_syminsts (line 383) | struct jbig2_text_region_syminsts type jbig2_text_region_atflags (line 385) | struct jbig2_text_region_atflags type jbig2_page_info (line 394) | struct jbig2_page_info type jbig2enc_ctx (line 405) | struct jbig2enc_ctx type jbig2_symbol_dict (line 407) | struct jbig2_symbol_dict function u8 (line 541) | u8 * FILE: JBig2/src/jbig2enc.lossless.cc function pixSetPadBits (line 56) | int32_t function u8 (line 92) | u8 * function u8 (line 197) | u8 * function jbig2_freemem (line 234) | void jbig2_freemem (uint8_t * const memblock) { FILE: JBig2/src/jbig2sym.cc function myiota (line 44) | void class HeightSorter (line 53) | class HeightSorter { // concept: stl/StrictWeakOrdering method HeightSorter (line 55) | HeightSorter(const PIXA *isymbols) class WidthSorter (line 71) | class WidthSorter { // concept: stl/StrictWeakOrdering method WidthSorter (line 73) | WidthSorter(const PIXA *isymbols) function jbig2enc_symboltable (line 87) | void class YSorter (line 180) | class YSorter { // concept: stl/StrictWeakOrdering method YSorter (line 182) | YSorter(const PTA *ill) class XSorter (line 194) | class XSorter { // concept: stl/StrictWeakOrdering method XSorter (line 196) | XSorter(const PTA *ill) function jbig2enc_textregion (line 214) | void FILE: JBig2/src/memcmp.c function memcmp (line 35) | int FILE: JBig2/src/memento.c function android_fprintf (line 103) | static int function windows_fprintf (line 161) | static int type MEMENTO_SANITY_CHECK_STRUCT (line 235) | typedef struct type Memento_BlkDetails (line 314) | typedef struct Memento_BlkDetails Memento_BlkDetails; type Memento_BlkDetails (line 316) | struct Memento_BlkDetails type Memento_BlkHeader (line 326) | typedef struct Memento_BlkHeader Memento_BlkHeader; type Memento_BlkHeader (line 328) | struct Memento_BlkHeader type Memento_Blocks (line 355) | typedef struct Memento_Blocks type Memento_mutex (line 363) | typedef int Memento_mutex; function Memento_initMutex (line 365) | static void Memento_initMutex(Memento_mutex *m) type CRITICAL_SECTION (line 376) | typedef CRITICAL_SECTION Memento_mutex; function Memento_initMutex (line 378) | static void Memento_initMutex(Memento_mutex *m) type pthread_mutex_t (line 390) | typedef pthread_mutex_t Memento_mutex; function Memento_initMutex (line 392) | static void Memento_initMutex(Memento_mutex *m) type backtrace_state (line 468) | struct backtrace_state type backtrace_state (line 476) | struct backtrace_state type backtrace_state (line 487) | struct backtrace_state type backtrace_state (line 496) | struct backtrace_state function error2_cb (line 501) | static void error2_cb(void *data, const char *msg, int errnum) function syminfo_cb (line 505) | static void syminfo_cb(void *data, uintptr_t pc, const char *symname, ui... function error_cb (line 513) | static void error_cb(void *data, const char *msg, int errnum) function full_cb (line 522) | static int full_cb(void *data, uintptr_t pc, const char *fname, int line... function print_stack_libbt (line 531) | static void print_stack_libbt(void *addr) function print_stack_libbt_failed (line 541) | static void print_stack_libbt_failed(void *addr) function init_libbt (line 582) | static int init_libbt(void) type DWORD64 (line 703) | typedef DWORD64 DWORD_NATIVESIZED; type DWORD (line 705) | typedef DWORD DWORD_NATIVESIZED; type USHORT (line 710) | typedef USHORT (__stdcall *My_CaptureStackBackTraceType)(__in ULONG, __i... type MY_IMAGEHLP_LINE (line 712) | typedef struct MY_IMAGEHLP_LINE { type BOOL (line 720) | typedef BOOL (__stdcall *My_SymGetLineFromAddrType)(HANDLE hProcess, DWO... type MY_SYMBOL_INFO (line 722) | typedef struct MY_SYMBOL_INFO { type BOOL (line 740) | typedef BOOL (__stdcall *My_SymFromAddrType)(HANDLE hProcess, DWORD64 Ad... type BOOL (line 741) | typedef BOOL (__stdcall *My_SymInitializeType)(HANDLE hProcess, PSTR Use... function Memento_initStacktracer (line 749) | static void Memento_initStacktracer(void) function Memento_getStacktrace (line 789) | static int Memento_getStacktrace(void **stack, int *skip) function Memento_showStacktrace (line 799) | static void Memento_showStacktrace(void **stack, int numberOfFrames) function Memento_initStacktracer (line 829) | static void Memento_initStacktracer(void) type my_unwind_details (line 835) | typedef struct function _Unwind_Reason_Code (line 841) | static _Unwind_Reason_Code unwind_populate_callback(struct _Unwind_Conte... function Memento_getStacktrace (line 856) | static int Memento_getStacktrace(void **stack, int *skip) function Memento_showStacktrace (line 873) | static void Memento_showStacktrace(void **stack, int numberOfFrames) function Memento_initStacktracer (line 897) | static void Memento_initStacktracer(void) function Memento_getStacktrace (line 901) | static int Memento_getStacktrace(void **stack, int *skip) function Memento_showStacktrace (line 907) | static void Memento_showStacktrace(void **stack, int numberOfFrames) function Memento_storeDetails (line 913) | static void Memento_storeDetails(Memento_BlkHeader *head, int type) function Memento_bt_internal (line 960) | static void Memento_bt_internal(int skip2) function Memento_breakpoint (line 974) | void Memento_breakpoint(void) function Memento_addBlockHead (line 999) | static void Memento_addBlockHead(Memento_Blocks *blks, function Memento_addBlockTail (line 1027) | static void Memento_addBlockTail(Memento_Blocks *blks, type BlkCheckData (line 1056) | typedef struct BlkCheckData { function Memento_Internal_checkAllocedBlock (line 1065) | static int Memento_Internal_checkAllocedBlock(Memento_BlkHeader *b, void... function Memento_Internal_checkFreedBlock (line 1126) | static int Memento_Internal_checkFreedBlock(Memento_BlkHeader *b, void *... function Memento_removeBlock (line 1169) | static void Memento_removeBlock(Memento_Blocks *blks, function free_block (line 1189) | static void free_block(Memento_BlkHeader *head) function Memento_Internal_makeSpace (line 1204) | static int Memento_Internal_makeSpace(size_t space) function Memento_appBlocks (line 1226) | static int Memento_appBlocks(Memento_Blocks *blks, function Memento_appBlockUser (line 1251) | static int Memento_appBlockUser(Memento_Blocks *blks, function Memento_appBlock (line 1278) | static int Memento_appBlock(Memento_Blocks *blks, function showBlock (line 1295) | static int showBlock(Memento_BlkHeader *b, int space) function blockDisplay (line 1310) | static void blockDisplay(Memento_BlkHeader *b, int n) function Memento_listBlock (line 1330) | static int Memento_listBlock(Memento_BlkHeader *b, function doNestedDisplay (line 1342) | static void doNestedDisplay(Memento_BlkHeader *b, function ptrcmp (line 1363) | static int ptrcmp(const void *a_, const void *b_) function Memento_listBlocksNested (line 1370) | static function Memento_listBlocks (line 1484) | void Memento_listBlocks(void) function Memento_listNewBlock (line 1500) | static int Memento_listNewBlock(Memento_BlkHeader *b, function Memento_listNewBlocks (line 1509) | void Memento_listNewBlocks(void) function Memento_endStats (line 1522) | static void Memento_endStats(void) function Memento_stats (line 1532) | void Memento_stats(void) function showInfo (line 1541) | static int showInfo(Memento_BlkHeader *b, void *arg) function Memento_listBlockInfo (line 1562) | void Memento_listBlockInfo(void) function Memento_nonLeakBlocksLeaked (line 1572) | static int Memento_nonLeakBlocksLeaked(void) function Memento_fin (line 1590) | void Memento_fin(void) function Memento_init (line 1625) | static void Memento_init(void) type findBlkData (line 1669) | typedef struct findBlkData { function Memento_containsAddr (line 1675) | static int Memento_containsAddr(Memento_BlkHeader *b, function Memento_info (line 1701) | void Memento_info(void *addr) function Memento_signal (line 1743) | static void Memento_signal(int sig) function squeeze (line 1753) | static int squeeze(void) function Memento_signal (line 1839) | static void Memento_signal(int sig) function squeeze (line 1853) | static int squeeze(void) function Memento_startFailing (line 1860) | static void Memento_startFailing(void) function Memento_event (line 1877) | static int Memento_event(void) function Memento_sequence (line 1903) | int Memento_sequence(void) function Memento_breakAt (line 1908) | int Memento_breakAt(int event) function Memento_tick (line 1968) | void Memento_tick(void) function Memento_failThisEventLocked (line 1975) | static int Memento_failThisEventLocked(void) function Memento_failThisEvent (line 2007) | int Memento_failThisEvent(void) function do_reference (line 2095) | static void do_reference(Memento_BlkHeader *blk, int event) function Memento_checkPointerOrNull (line 2102) | int Memento_checkPointerOrNull(void *blk) function Memento_checkBytePointerOrNull (line 2125) | int Memento_checkBytePointerOrNull(void *blk) function Memento_checkShortPointerOrNull (line 2154) | int Memento_checkShortPointerOrNull(void *blk) function Memento_checkIntPointerOrNull (line 2183) | int Memento_checkIntPointerOrNull(void *blk) function checkBlockUser (line 2381) | static int checkBlockUser(Memento_BlkHeader *memblk, const char *action) function checkBlock (line 2419) | static int checkBlock(Memento_BlkHeader *memblk, const char *action) function do_free (line 2470) | static void do_free(void *blk, int eventType) function Memento_free (line 2512) | void Memento_free(void *blk) function Memento_checkBlock (line 2613) | int Memento_checkBlock(void *blk) function Memento_Internal_checkAllAlloced (line 2629) | static int Memento_Internal_checkAllAlloced(Memento_BlkHeader *memblk, v... function Memento_Internal_checkAllFreed (line 2665) | static int Memento_Internal_checkAllFreed(Memento_BlkHeader *memblk, voi... function Memento_checkAllMemoryLocked (line 2715) | static int Memento_checkAllMemoryLocked(void) function Memento_checkAllMemory (line 2729) | int Memento_checkAllMemory(void) function Memento_setParanoia (line 2745) | int Memento_setParanoia(int i) function Memento_paranoidAt (line 2755) | int Memento_paranoidAt(int i) function Memento_getBlockNum (line 2761) | int Memento_getBlockNum(void *b) function Memento_check (line 2770) | int Memento_check(void) function Memento_find (line 2780) | int Memento_find(void *a) function Memento_breakOnFree (line 2817) | void Memento_breakOnFree(void *a) function Memento_breakOnRealloc (line 2856) | void Memento_breakOnRealloc(void *a) function Memento_failAt (line 2895) | int Memento_failAt(int i) function Memento_setMax (line 2904) | size_t Memento_setMax(size_t max) function Memento_startLeaking (line 2910) | void Memento_startLeaking(void) function Memento_stopLeaking (line 2915) | void Memento_stopLeaking(void) function Memento_squeezing (line 2920) | int Memento_squeezing(void) function delete (line 2945) | void operator delete(void *pointer) function Memento_free (line 3071) | void Memento_free(void *b) FILE: JBig2/src/pbm2png.c function main (line 38) | int FILE: JBig2/src/sha1.c function SHAPrintContext (line 115) | void function SHA1_Transform (line 124) | void function SHA1_Init (line 184) | void function SHA1_Update (line 197) | void function SHA1_Final (line 227) | void function main (line 262) | int function digest_to_hex (line 317) | void function main (line 334) | int