API Reference
Class
PdfInterleaveSource
One source participating in an interleaved page composition.
Inheritance
- Object
- PdfInterleaveSource
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public PdfInterleaveSource(Byte[] pdf, String name = null) #Creates an interleave source from PDF bytes.
Parameters
- pdf System.Byte[]
- name System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; } #Optional source name carried into the output-page mapping.
public PdfReadOptions ReadOptions { get; set; } #Optional parser, password, permission, and resource-budget settings.
public PdfPageSelector Pages { get; set; } #Optional ordered page selector. All pages are used when omitted.
public Boolean Reverse { get; set; } #Reverses the selected page order before interleaving.