Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace
Inheritance Hierarchy
In This Topic
    GrapeCity.Documents.Pdf.Spec Namespace
    In This Topic
    Classes
     ClassDescription
    ClassContains extension methods for the IPdfArray interface, allows working with PdfArray and PdfArrayObject in the same way.
    ClassContains extension methods for the IPdfBool interface, allows working with PdfBool and PdfBoolObject in the same way.
    ClassContains extension methods for the IPdfDict interface, allows working with PdfDict and PdfDictObject in the same way.
    ClassContains extension methods for the IPdfName interface, allows working with PdfName and PdfNameObject in the same way.
    ClassContains extension methods for the IPdfNumber interface, allows working with PdfNumber and PdfNumberObject in the same way.
    ClassContains extension methods for the IPdfObject interface.
    ClassContains extension methods for the IPdfRef interface, allows working with PdfRef and PdfRefObject in the same way.
    ClassContains extension methods for the IPdfString interface, allows working with PdfString and PdfStringObject in the same way.
    ClassRepresents a PDF Array object.
    ClassRepresents a PDF Array indirect object.
    ClassRepresents a PDF Bool object. This class overrides and implements:
    ClassRepresents a PDF Bool indirect object.
    ClassRepresents a PDF Dictionary object.
    ClassRepresents a PDF Dictionary indirect object.
    ClassThe abstract class representing a PDF indirect object.
    ClassBase abstract class representing a PDF indirect object.
    ClassRepresents a PDF Name object. Technically a PDF name is an immutable array of bytes. This class overrides and implements:
    ClassContains the predefined PdfName objects.
    ClassThe PDF Name indirect object.
    ClassRepresents a PDF NULL object.
    ClassRepresents a PDF NULL indirect object.
    ClassRepresents a PDF Number object. This class overrides and implements:
    ClassThe PDF Number indirect object.
    ClassRepresents a PDF Ref object. This class overrides and implements:
    ClassThe PDF Ref indirect object.
    ClassContains 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.
    ClassThe base abstract class for PDF stream objects.
    ClassRepresents a PDF String.
    ClassThe PDF String indirect object.
    Structures
     StructureDescription
    StructureDefines full ID of PDF object including ID and generation.
    Enumerations
     EnumerationDescription
    EnumerationFlags defining the state of a PdfString.
    See Also