public class PdfOp : PdfBasePublic Class PdfOp
Inherits PdfBasepublic ref class PdfOp : public PdfBasetype PdfOp =
class
inherit PdfBase
end| PdfOp | Constructor |
| 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 |
Convert output control to byte array
(Overrides PdfBaseToByteArray(OutputCtrl)) |
| ToString |
Derived classes must override this method
(Inherited from PdfBase) |
| TypeToString |
Object type to string
(Overrides PdfBaseTypeToString) |
| ArgumentArray | Gets argument array |
| OpValue | Gets operator enumeration |