Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Public Member Functions | |
delegate void | MethodUpdatePageViewControls () |
void | ClearSelections () |
DialogResult | OfferSaveIfModified () |
void | OpenPDFFile (String path, String reopenPassword=null) |
void | OpenPDFFile (String path, bool untitled, String reopenPassword=null) |
void | OpenPDFFiles (IList< string > paths) |
delegate void | MethodOpenPDFFiles (IList< String > paths, bool untitled, String reopenPassword=null) |
void | OpenPDFFiles (IList< String > paths, bool untitled, String reopenPassword=null) |
delegate void | MethodAddRange (List< ListViewItem > items) |
void | ThumbnailsPanelShow (bool showPanel) |
void | BookmarksPanelShow (bool showPanel) |
void | PdfAPanelShow (bool showPanel) |
void | SecurityPanelShow (bool showPanel) |
void | ExplorerPanelShow (bool showPanel) |
delegate void | MethodShowThumbnails () |
int | GetCurrentFile () |
delegate void | MethodIntArgument (int arg) |
void | SetCurrentFile (int value) |
delegate void | MethodLoadPDF (String path, ref String attemptPassword, bool reload) |
delegate void | MethodDoShow () |
void | Undo () |
void | Redo () |
bool | Save (String path) |
delegate bool | MethodSave (String path, bool selectionOnly) |
bool | Save (String path, bool selectionOnly) |
delegate void | MethodReloadPassword (String reopenPassword) |
void | Reload (String reopenPassword) |
delegate void | MethodReload () |
void | Reload () |
void | InsertFile (int position, string path, bool preferPdfAWhenCreating, bool wasScanned=false) |
delegate void | MethodResetThumbnailsWidth () |
void | ClosePDF () |
void | Close () |
delegate void | MethodStringArgument (string text) |
delegate void | MethodNoArguments () |
delegate void | MethodUpdateControls () |
delegate void | MethodTabArgument (DocumentPropertiesTab tab) |
void | DocumentProperties (DocumentPropertiesTab tab) |
delegate void | MethodUpdateFileListVisibility () |
void | ShowSearchToolbar () |
void | search_Changed (object sender, SearchChangedEvent e) |
void | FitAndPrint () |
void | Print () |
Properties | |
bool | VerifiedPdfA [getset] |
bool | DisableConformancePanel [getset] |
Form | OwnerForm [getset] |
String | PopupTitle [getset] |
String | Producer [getset] |
bool | ReadOnly [getset] |
int | CurrentPage [getset] |
PagesModel | Model [getset] |
bool | Silent [getset] |
String | OriginalPath [get] |
int | PageCount [get] |
bool | Modified [get] |
bool | CanUndo [get] |
bool | CanRedo [get] |
String | DocumentTitle [get] |
bool | PanelVisible [getset] |
ListView | FileList [get] |
Thumbnails | Thumbnails [get] |
PageView | PageView [get] |
bool | AlwaysShowFileList [getset] |
bool | IsFileListVisible [get] |
ContextMenuStrip | ThumbnailsContextMenu [get] |
ContextMenuStrip | PageViewContextMenu [get] |
SolidFramework.Model.Pdf.Pages.Plumbing.PageLayout | PageLayout [getset] |
PageMagnification | PageMagnification [getset] |
ToolStrip | PageViewToolBar [get] |
ToolStrip | FileListToolBar [get] |
ToolStripButton | ZoomInButton [get] |
ToolStripButton | ZoomOutButton [get] |
ToolStripButton | FitWidthButton [get] |
ToolStripButton | FitPageButton [get] |
ToolStripButton | PreviousPageButton [get] |
ToolStripButton | NextPageButton [get] |
ToolStripButton | FirstPageButton [get] |
ToolStripButton | LastPageButton [get] |
ToolStripComboBox | ZoomScaleComboBox [get] |
Events | |
EventHandler< EventArgs > | OpenClicked = null |
EventHandler< EventArgs > | ConvertClicked = null |
EventHandler< EventArgs > | PdfLoaded = null |
EventHandler< ModelChangedEventArgs > | Changed = null |
EventHandler< PagesChangedEventArgs > | PagesChanged = null |
EventHandler< CreatorOptionsRequestArgs > | CreatorOptionsRequest = null |
EventHandler< OfferSaveEventArgs > | OfferSave = null |
EventHandler< PostSaveProcessingEventArgs > | PostSaveProcessing = null |
EventHandler< MarqueEventArgs > | MarqueeSelected = null |
EventHandler< MRUListUpdateArgs > | MRUListUpdate = null |