public class PdfReference : PdfBasePublic Class PdfReference
Inherits PdfBasepublic ref class PdfReference : public PdfBasetype PdfReference =
class
inherit PdfBase
end| PdfReference | Contructor |
| IsArray |
Derived class is a PdfArray class
(Inherited from PdfBase) |
| IsDictionary |
Derived class is a PdfDictionary class
(Inherited from PdfBase) |
| IsEmpty |
Object is end of file or not found
(Inherited from PdfBase) |
| IsInteger |
Derived class is a PdfInteger class
(Inherited from PdfBase) |
| IsKeyValue |
Derived class is a PdfKeyValue class
(Inherited from PdfBase) |
| IsName |
Derived class is a PdfName Class
(Inherited from PdfBase) |
| IsNumber |
Derived class is either a PdfInteger or a PdfReal class
(Inherited from PdfBase) |
| IsOperator |
Derived class is PdfOp class
(Inherited from PdfBase) |
| IsPdfString |
Derived class is PdfString class
(Inherited from PdfBase) |
| IsReference |
Derived class is PdfReference class
(Inherited from PdfBase) |
| ToArrayItems |
If derived class is PdfArray, return array of objects
(Inherited from PdfBase) |
| ToDictionary |
If derived class is PdfDictionary, return a PdfDictionary object
(Inherited from PdfBase) |
| ToKeyWord |
If derived class is PdfKeyword, return a PdfKeyword object
(Inherited from PdfBase) |
| ToName |
If derived class is PdfName, return the PdfName as a string
(Inherited from PdfBase) |
| ToNumber |
If derived class is PdfInteger or PdfReal return Double
(Inherited from PdfBase) |
| ToObjectRefNo |
If derived class is PdfReference, return the object number as an integer
(Inherited from PdfBase) |
| GetBoolean |
If derived class is a PdfBoolean return true and set result to value. Otherwise return false and set result to false
(Inherited from PdfBase) |
| GetInteger |
If derived class is a PdfInteger return true and set result to value. Otherwise return false and set result to 0
(Inherited from PdfBase) |
| PdfStringToDisplay |
append object to byte array
(Inherited from PdfBase) |
| PdfStringToPdfFile |
convert PDF string to PDF file format
(Inherited from PdfBase) |
| ToByteArray |
append object to byte array
(Inherited from PdfBase) |
| ToString |
Convert object number to indirect reference notation (n 0 R)
(Overrides PdfBaseToString) |
| TypeToString |
Object type to string
(Overrides PdfBaseTypeToString) |
| ObjectNumber | Gets object number |