mindee-api-dotnet

PageOptions Class

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

Represent options to cut a document.

public sealed class PageOptions

Inheritance: object → PageOptions

Constructors

Name Description
PageOptions(short[], PageOptionsOperation, ushort)  

Properties

Name Description
OnMinPages Apply the operation only if the document has at least this many pages.
PageNumbers List of page indexes. A negative index can be used, indicating an offset from the end of the document. [1, -1] represents the first and last pages of the document.
PageOptionsOperation PageOptionsOperation

Methods

Name Description
ToString() Basic info on the options.

Documentation generated by MdDocs