PdfObjectStreamKeys ClassTerminal Works - PDF Printing.Net Library
Predefined keys common to all font dictionaries.
Inheritance Hierarchy

SystemObject
  PdfEdit.PdfKeysBase
    PdfEdit.PdfPdfDictionaryPdfStreamKeys
      PdfEdit.Pdf.AdvancedPdfObjectStreamKeys

Namespace: PdfEdit.Pdf.Advanced
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public class Keys : PdfDictionaryPdfStreamKeys

The PdfObjectStreamKeys type exposes the following members.

Constructors

  NameDescription
Public methodPdfObjectStreamKeys
Initializes a new instance of the PdfObjectStreamKeys class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberExtends
(Optional) A reference to an object stream, of which the current object stream is considered an extension. Both streams are considered part of a collection of object streams (see below). A given collection consists of a set of streams whose Extendslinks form a directed acyclic graph.
Public fieldStatic memberFirst
(Required) The byte offset (in the decoded stream) of the first compressed object.
Public fieldStatic memberN
(Required) The number of compressed objects in the stream.
Public fieldStatic memberType
(Required) The type of PDF object that this dictionary describes; must be ObjStmfor an object stream.
Top
See Also

Reference