API Reference
PdfBookletOptions
Two-up duplex booklet layout in print order, with blank pages padded to a multiple of four.
Inheritance
- Object
- PdfBookletOptions
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 PdfBookletOptions(PageSize sheetSize) #Creates a booklet layout using the physical sheet size in PDF points.
Parameters
- sheetSize OfficeIMO.Pdf.PageSize
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public PageSize SheetSize { get; } #Physical sheet dimensions in PDF points.
public Double Margin { get; set; } #Outer sheet margin in PDF points.
public Double Gutter { get; set; } #Space between the two page cells in PDF points.
public Boolean RightToLeft { get; set; } #Swaps left and right cells on every sheet side for right-to-left reading.
public Int32 MaxPhysicalSheets { get; set; } #Maximum physical duplex sheets accepted by one operation.
public Int32 MaxSourcePages { get; set; } #Maximum source pages imported by one operation.
public Int64 MaxOutputBytes { get; set; } #Maximum bytes retained for imposed page content and the finished PDF.
public Boolean AllowSourceFeatureLoss { get; set; } #Allows omission of source annotations, forms, structure tags, attachments, output intents, navigation, catalog and page features, metadata, and encryption. See PdfImpositionSourceFeatureLoss for the reported losses. Signatures require a separate policy.
public PdfImpositionSignaturePolicy SignaturePolicy { get; set; } #Explicit handling for a signed source. The default rejects it.