API Reference
Class
PdfProductionSplitPart
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
- Property PdfProductionSplitResult.Parts
Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.