![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Classes | |
| class | CreatorOptionsRequestArgs |
| class | ImagePageHolder |
| Represents image page holder. More... | |
| class | ImagePageHoldersCollection |
| class | ImagePageSource |
| Represents image page source. More... | |
| class | ImagePageSourcesCollection |
| class | IntParameter |
| Operation that allows deletion of an annotation within the PagesModel. More... | |
| class | IPageHolder |
| Abstract interface that represents a single page within the PDF document. Concrete implementations are PdfPageHolder and ImagePageHolder. More... | |
| class | IPageHoldersCollection |
| class | IPageSource |
| Represents page holder interface. More... | |
| class | IPageSourcesCollection |
| class | ModelChangedEventArgs |
| class | OfferPasswordEventArgs |
| class | OfferSaveEventArgs |
| class | Operation |
| Abstract class that represents an operation which can be performed to a page of a PdfDocument. More... | |
| class | PagesChangedEventArgs |
| Represents types of Pages Changed Event Args. More... | |
| class | PageSelection |
| Represents a selection that is part or all of a page. More... | |
| class | PageSelectionsCollection |
| class | PagesModel |
| Represents types of Pages Model. More... | |
| class | PagesModelBase |
| class | PagesModelConverter |
| class | Parameter |
| class | PasswordEnteredEventArgs |
| Represents types of Password Entered Event Args. More... | |
| class | PdfPageHolder |
| Represents a page in a PDF file. Supports page level operations. More... | |
| class | PdfPageHoldersCollection |
| class | PdfPageSource |
| Represents pdf page source. More... | |
| class | PdfPageSourcesCollection |
| class | PostSaveProcessingEventArgs |
| class | RepairFailedEventArgs |
| class | SaveProgressEventArgs |
| class | ThumbnailChangedEventArgs |
| class | Transaction |
| Represents page holder interface. More... | |
| class | TransactionCollection |
Enumerations | |
| enum | ModelChangedEvent { Clear , Rotation , StartImport , EndImport , Reset , GenericChange } |
| Represents types of Model Changed Event. More... | |
| enum | ModelOperation { Undefined , Insert , Move , Copy , Rotate , Delete , Undo , Redo , AddComment , DeleteComment , ModifyComment } |
| Represents types of Model Operation. More... | |
| enum | PageHolderType { IPageHolder , PdfPageHolder , ImagePageHolder } |
| enum | PageSourceType { IPageSource , PdfPageSource , ImagePageSource } |
| enum | ParameterType { Undefined , AddComment , DeleteComment , ModifyComment , Insert , Int } |
| enum | ProgressPhase { None , Pages , Segments , Complete } |
| Represents types of Progress Phase. More... | |
Represents types of Model Changed Event.
| Enumerator | |
|---|---|
| Clear | Type of Model Changed Event is Clear. |
| Rotation | Type of Model Changed Event is Rotation. |
| StartImport | Type of Model Changed Event is Start Import. |
| EndImport | Type of Model Changed Event is End Import. |
| Reset | Type of Model Changed Event is Reset. |
| GenericChange | Type of Model Changed Event is GenericChange. |
Represents types of Progress Phase.
| Enumerator | |
|---|---|
| None | Type of Progress Phase is None. |
| Pages | Type of Progress Phase is Pages. |
| Segments | Type of Progress Phase is Segments. |
| Complete | Type of Progress Phase is Complete. |