Class CosNull
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Class for a low-level PDF null object.
public sealed class CosNull : CosObject
- Inheritance
-
CosNull
- Inherited Members
Remarks
The null object has a type and value that are unequal to those of any other object.
In PDF file, the null object is denoted by the keyword null
.
An indirect object reference to a non-existent object is treated the same as the null object. Specifying the null object as the value of a CosDictionary entry is equivalent to omitting the entry entirely.
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.