Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Classes | Enumerations
SolidFramework.Forms Namespace Reference

Classes

class  AnalyzeResults
 Analyzes Results. More...
 
class  Bookmarks
 Represents bookmarks. More...
 
class  CachedPageImage
 Cached Page Image. More...
 
class  CenterDialog
 Used to center any Windows dialog. Example: More...
 
class  ClipboardEventArgs
 Represents clipboard event. More...
 
class  DocumentPropertiesForm
 Represents document properties form. More...
 
class  DoubleBufferedListView
 
class  ExplorerPanel
 
class  ExplorerTree
 
class  FileListData
 
class  MarqueEventArgs
 Represents Marque Event Args. More...
 
class  MRUListUpdateArgs
 
class  PageRangeForm
 Page range form More...
 
class  PageView
 A Page View is a user control that when loaded with a Page Model will display the PDF document. Scrolling and zooming (using Ctrl plus the mouse wheel). are automatically supported. While it is possible to search within the open pages, this is more easily achieved using the PdfViewer control. More...
 
class  PasswordForm
 Represents password form. More...
 
class  PdfNode
 
class  PdfViewer
 
class  ProgressForm
 
class  SecurityEditor
 Represents Security Editor. More...
 
class  SolidFolderBrowserDialog
 The Solid Framework forms are designed to work with the Solid Macro Recorder, as it enables incerception from the UI. More...
 
class  SolidMessageBox
 The Solid Framework Message Box can be incercepted with our Macro interface and allows a check box to be added for bulk operation - do this for all. More...
 
class  SolidOpenFileDialog
 The Solid Framework forms are designed to work with the Solid Macro Recorder, as it enables incerception from the UI. More...
 
class  SolidSaveFileDialog
 The Solid Framework forms are designed to work with the Solid Macro Recorder, as it enables incerception from the UI. More...
 
class  ThumbnailItem
 Represents thumbnail item. More...
 
class  Thumbnails
 Represents thumbnails. More...
 
class  ValidatorReport
 Represents Validator Report. More...
 

Enumerations

enum  DocumentPropertiesTab { Description , Security , Fonts , InitialView }
 Represents document properties tab. More...
 
enum  PDFStreamType { Unknown = 0 , Contents = 1 }
 
enum  TreeNodeType {
  Root = 0 , Catalog , Array , Name ,
  Unknown , Boolean , Stream , Number ,
  Reference , String
}
 
enum  DraggerState {
  None , Select , Pan , ZoomMarquee ,
  ZoomInPoint , ZoomOutPoint
}
 Represents types of Dragger state. More...
 
enum  InsertionLocation {
  None , Top , Bottom , Left ,
  Right
}
 Represents types of Insertion Location. More...
 

Enumeration Type Documentation

◆ DocumentPropertiesTab

Represents document properties tab.

Enumerator
Description 

Represents document properties tab is description.

Security 

Represents document properties tab is security.

Fonts 

Represents document properties tab is fonts.

InitialView 

Represents document properties tab initial view.

◆ DraggerState

Represents types of Dragger state.

Enumerator
None 

Type of Dragger state is None.

Select 

Type of Dragger state is Select.

Pan 

Type of Dragger state is Pan.

ZoomMarquee 

Type of Dragger state is Zoom Marquee.

ZoomInPoint 

Type of Dragger state is Zoom In Point.

ZoomOutPoint 

Type of Dragger state is Zoom Out Point.

◆ InsertionLocation

Represents types of Insertion Location.

Enumerator
None 

Type of Insertion Location is None.

Top 

Type of Insertion Location is Top.

Bottom 

Type of Insertion Location is Botton.

Left 

Type of Insertion Location is Left.

Right 

Type of Insertion Location is Right.