Class SliceDocumentRequest
Represents a slice request of a particular document.
Syntax
public class SliceDocumentRequest
Fields
DocumentGuid
The guid of the document to slice.
Declaration
public Guid DocumentGuid
Type
GuidMeasurementUnit
The content measurement unit to use for calculating the size of the slices.
Declaration
public SlicingMeasurementUnit MeasurementUnit
Type
SlicingMeasurementUnitNumberOfParts
The number of the equal parts to split the document into.
Declaration
public int NumberOfParts