Table of Contents

Enum PdfValueType

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll

Represents the type of a value in a PDF document.

public enum PdfValueType

Fields

Array = 5
Boolean = 1
Dictionary = 6
Name = 4
NotFound = 0
Null = 8
Number = 2
Stream = 7
String = 3

Remarks

This enumeration is used to identify the data type of a value within a PDF structure, such as a boolean, number, string, or more complex types like arrays and dictionaries. It is commonly used when parsing or manipulating PDF content to determine the type of a value.