![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents PDF object More...
Public Member Functions | |
| override void | Dispose () |
| PdfObject (SolidFramework.Pdf.PdfDocument pdfDocument) | |
| Initializes a new instance of the PdfObject class. More... | |
| override string | ToString () |
| Returns a System.String that represents this instance. 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 | |
| SolidFramework.Pdf.Plumbing.PdfItem | Item [get] |
| Gets the item. | |
| int | GenerationId [get] |
| Gets the generation ID. | |
| int | ObjectId [get] |
| Gets the object ID. | |
| SolidFramework.Pdf.Plumbing.PdfObjectType | PdfObjectType [get] |
| Gets the type of the PDF object. More... | |
Represents PDF object
| SolidFramework.Pdf.Plumbing.PdfObject.PdfObject | ( | SolidFramework.Pdf.PdfDocument | pdfDocument | ) |
Initializes a new instance of the PdfObject class.
| pdfDocument | The PDF document. |
|
virtual |
Reimplemented from SolidFramework.Pdf.Plumbing.PdfItem.
| override string SolidFramework.Pdf.Plumbing.PdfObject.ToString | ( | ) |
Returns a System.String that represents this instance.
|
getinherited |
Gets the type of the PDF object.
The type of the PDF object.