Table of Contents

Enum PdfRenderStatus

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll

Represents the status of a PDF rendering operation.

public enum PdfRenderStatus

Fields

Done = 2
Failed = 3
Ready = 0
ToBeContinued = 1

Remarks

This enumeration is used to indicate the current state of a PDF rendering process. The status can be one of the following:

  • Ready: The rendering process is ready to start.
  • ToBeContinued: The rendering process is in progress and requires additional steps to complete.
  • Done: The rendering process has completed successfully.
  • Failed: The rendering process has failed.