API Reference

Class

PdfProductionSplitPart

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

One generated production split artifact.

Inheritance

  • Object
  • PdfProductionSplitPart

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Methods

public Byte[] ToBytes() #
Returns: Byte[]

Returns an independent copy of the generated part.

public PdfDocument ToDocument(PdfReadOptions readOptions = null) #
Returns: PdfDocument

Opens the generated part through the public document API.

Parameters

readOptions OfficeIMO.Pdf.PdfReadOptions = null optionalposition: 0

Properties

public Int32 PartNumber { get; } #

One-based part number.

public IReadOnlyList<Int32> SourcePages { get; } #

One-based source pages contained in this part.

public PdfProductionSplitReason Reason { get; } #

Reason this part ended at its final source page.

public Boolean ExceedsTargetSize { get; } #

True when this part exceeds the target because one source page cannot be split further.

public Int64 SizeBytes { get; } #

Generated artifact size in bytes.