mindee-api-dotnet

PageOptionsOperation Enum

Namespace: Mindee.Input
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

List the available page operation on a document.

public enum PageOptionsOperation
{
    KeepOnly = 0,
    Remove = 1
}

Inheritance: object → ValueType → Enum → PageOptionsOperation

Fields

Name Description
KeepOnly Keeping page(s).
Remove Remove page(s).

Documentation generated by MdDocs