Table of Contents

Enum PdfFlattenResult

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll

Represents the result of a PDF flattening operation.

public enum PdfFlattenResult

Fields

Fail = 0
NothingToDo = 2
Success = 1

Remarks

This enumeration indicates the outcome of a PDF flattening process, which may fail, succeed, or determine that no action was necessary. Use this to evaluate the result of the operation and take appropriate actions based on the value.