[]
Contains extension methods for the IPdfArray interface, allows working with PdfArray and PdfArrayObject in the same way.
Contains extension methods for the IPdfBool interface, allows working with PdfBool and PdfBoolObject in the same way.
Contains extension methods for the IPdfDict interface, allows working with PdfDict and PdfDictObject in the same way.
Contains extension methods for the IPdfName interface, allows working with PdfName and PdfNameObject in the same way.
Contains extension methods for the IPdfNumber interface, allows working with PdfNumber and PdfNumberObject in the same way.
Contains extension methods for the GrapeCity.Documents.Pdf.Spec.IPdfObject interface.
Contains extension methods for the IPdfRef interface, allows working with PdfRef and PdfRefObject in the same way.
Contains extension methods for the IPdfString interface, allows working with PdfString and PdfStringObject in the same way.
Represents a PDF Array object.
Represents a PDF Array indirect object.
Represents a PDF Bool object. This class overrides and implements:
Represents a PDF Bool indirect object.
Represents a PDF Dictionary object.
Represents a PDF Dictionary indirect object.
The abstract class representing a PDF indirect object.
Base abstract class representing a PDF indirect object.
Represents a PDF Name object. Technically a PDF name is an immutable array of bytes. This class overrides and implements:
Contains the predefined PdfName objects.
The PDF Name indirect object.
Represents a PDF NULL object.
Represents a PDF NULL indirect object.
Represents a PDF Number object. This class overrides and implements:
Contains the predefined PdfNumber objects.
The PDF Number indirect object.
Represents a PDF Ref object. This class overrides and implements:
The PDF Ref indirect object.
Contains information about a decoded PDF Stream. When a PDF stream is decoded all filters (defined by the "Filters" array) are applied, except for image filters (DCTDecode, JBIG2Decode etc) which are processed in a custom way, see GrapeCity.Documents.Pdf.ImageDecoder.ImageDecoder. The ImageFilterName and ImageFilterDecodeParams contain information about the image filter.
The base abstract class for PDF stream objects.
Represents a PDF String.
The PDF String indirect object.
Defines full ID of PDF object including ID and generation.
Represents an array interface implemented by PdfArray and PdfArrayObject, allows working with objects of both types in the same way.
Represents an interface implemented by PdfBool and PdfBoolObject, allows working with objects of both types in the same way.
Represents an interface implemented by PdfDict and PdfDictObject, allows working with objects of both types in the same way.
Represents an interface implemented by PdfName and PdfNameObject, allows working with both types of objects in the same way.
Represents an interface implemented by PdfNull and PdfNullObject, allows working with objects of both types in the same way.
Represents an interface implemented by PdfNumber and PdfNumberObject, allows working with objects of both types in the same way.
Represents an interface implemented by PdfRef and PdfRefObject, allows working with objects of both types in the same way.
Represents an interface implemented by PdfString and PdfStringObject, allows working with objects of both types in the same way.
Flags defining the state of a PdfString.