PdfBase Class

PDF object base 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 PdfBase
Inheritance
Object    PdfBase
Derived
More

Constructors

PdfBaseInitializes a new instance of the PdfBase class

Properties

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

Methods

GetBoolean If derived class is a PdfBoolean return true and set result to value. Otherwise return false and set result to false
GetInteger If derived class is a PdfInteger return true and set result to value. Otherwise return false and set result to 0
IsDelimiter(Byte) byte is a delimiter
IsDelimiter(Char) Character ia a delimiter
IsDelimiter(Int32) Integer is a delimiter
IsWhiteSpace(Byte) byte is a white space
IsWhiteSpace(Char) Character is a white space
IsWhiteSpace(Int32) Integer is a white space
PdfStringToDisplay append object to byte array
PdfStringToPdfFile convert PDF string to PDF file format
ToByteArray append object to byte array
ToString Derived classes must override this method
(Overrides ObjectToString)
TypeToString Derived classes must override this method

Fields

Empty Empty PDF base class for end of file and not found

See Also