PdfOp Class

PDF contents operator class

Definition

Namespace: PdfFileAnalyzer
Assembly: PCBI_PDF_Import (in PCBI_PDF_Import.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class PdfOp : PdfBase
Inheritance
Object    PdfBase    PdfOp

Constructors

PdfOp Constructor

Properties

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)

Methods

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)

Fields

ArgumentArray Gets argument array
OpValue Gets operator enumeration

See Also