Class PdfNull
- Namespace
- GrapeCity.Documents.Pdf.Spec
- Assembly
- GcDocs.Pdf.dll
Represents a PDF NULL object.
public class PdfNull : IPdfNull, IEquatable<PdfNull>
- Inheritance
-
object
PdfNull
- Implements
-
- Inherited Members
-
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Fields
Instance
The instance of the PdfNull class. This field is read-only.
public static readonly PdfNull Instance
Field Value
- PdfNull
Methods
Equals(PdfNull)
public bool Equals(PdfNull other)
Parameters
other
PdfNull
Returns
- bool
ToString()
public override string ToString()
Returns
- string