![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents PDF rectangle More...
Public Member Functions | |
| override void | Dispose () |
| PdfRectangle (SolidFramework.Pdf.PdfDocument pdfDocument) | |
| Initializes a new instance of the PdfRectangle class. | |
| PdfRectangle (SolidFramework.Pdf.PdfDocument pdfDocument, double x, double y, double width, double height) | |
| y and x axis details for the RectangleF | |
| override string | ToString () |
| Returns a System.String that represents this instance. More... | |
| SolidFramework.Pdf.Plumbing.PdfArrayItemsCollection | GetPdfArrayItemsCollection () |
| Returns reference to PdfArrayItemsCollection object. PdfArrayItemsCollection implements System.Collections.IEnumerable and System.Collections.Generic.IList{PdfItem} interfaces in C# | |
| int | Add (SolidFramework.Pdf.Plumbing.PdfItem value) |
| void | Add (SolidFramework.Pdf.Plumbing.PdfItem value, int index) |
| void | Clear () |
| Removes all items from the array. More... | |
| bool | IsFixedSize () |
| Gets a value indicating whether this instance has fixed size. More... | |
| bool | IsReadOnly () |
| Gets a value indicating whether the array is read-only. More... | |
| bool | IsSynchronized () |
| Gets a value indicating whether this instance is synchronized. More... | |
| global::System.IntPtr | GetHandle () |
| bool | Equals (SolidFramework.Pdf.Plumbing.PdfItem other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static SolidFramework.Pdf.Plumbing.PdfItem | GetIndirectionItem (SolidFramework.Pdf.Plumbing.PdfItem item) |
| static SolidFramework.Pdf.Plumbing.PdfItem | GetIndirectionItem (SolidFramework.Pdf.Plumbing.PdfItem item, string forceType) |
| static SolidFramework.Pdf.Plumbing.PdfObject | GetIndirectionObject (SolidFramework.Pdf.Plumbing.PdfItem item) |
| static bool | operator== (SolidFramework.Pdf.Plumbing.PdfItem obj1, SolidFramework.Pdf.Plumbing.PdfItem obj2) |
| static bool | operator!= (SolidFramework.Pdf.Plumbing.PdfItem obj1, SolidFramework.Pdf.Plumbing.PdfItem obj2) |
Properties | |
| double | Top [get] |
| Gets the top. | |
| double | Left [get] |
| Gets the left. | |
| double | Right [get] |
| Gets the right. | |
| double | Bottom [get] |
| Gets the bottom. | |
| SolidFramework.Pdf.Plumbing.PdfItem | this[int index] [get] |
| int | Count [get] |
| Gets the items count. More... | |
| SolidFramework.Pdf.Plumbing.PdfObjectType | PdfObjectType [get] |
| Gets the type of the PDF object. More... | |
Represents PDF rectangle
|
inherited |
Removes all items from the array.
| T:System.NotSupportedException | The array is read-only. |
|
virtual |
Reimplemented from SolidFramework.Pdf.Plumbing.PdfArray.
|
inherited |
Gets a value indicating whether this instance has fixed size.
true if this instance is fixed size; otherwise, false.
|
inherited |
Gets a value indicating whether the array is read-only.
true if the array is read-only; otherwise, false.
|
inherited |
Gets a value indicating whether this instance is synchronized.
true if this instance is synchronized; otherwise, false.
|
inherited |
Returns a System.String that represents this instance.
|
getinherited |
Gets the items count.
|
getinherited |
Gets the type of the PDF object.
The type of the PDF object.