Table of Contents

Enum PdfMarkParamType

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll

Specifies the type of parameter used in a PDF mark operation.

public enum PdfMarkParamType

Fields

Blob = 3
Int = 1
None = 0
String = 2

Remarks

This enumeration is used to define the data type of parameters when working with PDF mark operations. Each value represents a specific type of parameter that can be passed or processed.