Predefined keys common to all font dictionaries.
Inheritance Hierarchy
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
The PdfObjectStreamKeys type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PdfObjectStreamKeys | Initializes a new instance of the PdfObjectStreamKeys class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | Extends |
(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.
|
![]() ![]() | First |
(Required) The byte offset (in the decoded stream) of the first
compressed object.
|
![]() ![]() | N |
(Required) The number of compressed objects in the stream.
|
![]() ![]() | Type |
(Required) The type of PDF object that this dictionary describes;
must be ObjStmfor an object stream.
|
See Also