mindee-api-dotnet

PageOptions Class

Namespace: Mindee.Input
Assembly: Mindee
Assembly Version: 3.13.0+eab8cb726dfe6c5eac4fe379821ed5e1a7a970c3

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