PdfBase Class
PDF object base class
Namespace: PdfFileAnalyzerAssembly: PCBI_PDF_Import (in PCBI_PDF_Import.dll) Version: 17.0.0.0 (17.0.0.0)
- Inheritance
- Object PdfBase
- Derived
- More Less
| PdfBase | Initializes a new instance of the PdfBase class |
| IsArray |
Derived class is a PdfArray class
|
| IsDictionary |
Derived class is a PdfDictionary class
|
| IsEmpty |
Object is end of file or not found
|
| IsInteger |
Derived class is a PdfInteger class
|
| IsKeyValue |
Derived class is a PdfKeyValue class
|
| IsName |
Derived class is a PdfName Class
|
| IsNumber |
Derived class is either a PdfInteger or a PdfReal class
|
| IsOperator |
Derived class is PdfOp class
|
| IsPdfString |
Derived class is PdfString class
|
| IsReference |
Derived class is PdfReference class
|
| ToArrayItems |
If derived class is PdfArray, return array of objects
|
| ToDictionary |
If derived class is PdfDictionary, return a PdfDictionary object
|
| ToKeyWord |
If derived class is PdfKeyword, return a PdfKeyword object
|
| ToName |
If derived class is PdfName, return the PdfName as a string
|
| ToNumber |
If derived class is PdfInteger or PdfReal return Double
|
| ToObjectRefNo |
If derived class is PdfReference, return the object number as an integer
|
| Empty |
Empty PDF base class for end of file and not found
|