![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Abstract class that represents an operation which can be performed to a page of a PdfDocument. More...
Public Member Functions | |
| virtual void | Dispose () |
| SolidFramework.Model.Pdf.Pages.PagesModelBase | GetModel () |
| virtual bool | Execute () |
| This method is not available for use in this class. More... | |
| virtual bool | Execute (SolidFramework.Model.Pdf.Pages.Parameter parameter) |
| This method is not available for use in this class. More... | |
| bool | Equals (SolidFramework.Model.Pdf.Pages.Operation other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static bool | operator== (SolidFramework.Model.Pdf.Pages.Operation obj1, SolidFramework.Model.Pdf.Pages.Operation obj2) |
| static bool | operator!= (SolidFramework.Model.Pdf.Pages.Operation obj1, SolidFramework.Model.Pdf.Pages.Operation obj2) |
Properties | |
| virtual SolidFramework.Model.Pdf.Pages.ModelOperation | ModelOperation [get] |
| Gets the model operation. More... | |
| virtual bool | Enabled [get] |
| Gets a value indicating whether this Operation is enabled. More... | |
| virtual string | Name [get] |
| Gets the name. More... | |
Abstract class that represents an operation which can be performed to a page of a PdfDocument.
|
virtual |
This method is not available for use in this class.
| System.InvalidOperationException |
Reimplemented in SolidFramework.Model.Pdf.Pages.Operations.Delete, SolidFramework.Model.Pdf.Pages.Operations.Redo, and SolidFramework.Model.Pdf.Pages.Operations.Undo.
|
virtual |
This method is not available for use in this class.
| parameter | The parameter. |
| System.InvalidOperationException |
Reimplemented in SolidFramework.Model.Pdf.Pages.Operations.AddComment, SolidFramework.Model.Pdf.Pages.Operations.Copy, SolidFramework.Model.Pdf.Pages.Operations.Delete, SolidFramework.Model.Pdf.Pages.Operations.DeleteComment, SolidFramework.Model.Pdf.Pages.Operations.Insert, SolidFramework.Model.Pdf.Pages.Operations.ModifyComment, SolidFramework.Model.Pdf.Pages.Operations.Move, and SolidFramework.Model.Pdf.Pages.Operations.Rotate.
|
get |
Gets a value indicating whether this Operation is enabled.
true if enabled; otherwise, false.
|
get |
Gets the model operation.
The model operation.
| System.InvalidOperationException |
|
get |
Gets the name.
The name.
| System.InvalidOperationException |