API Reference
PdfNUpOptions
Sheet geometry and preservation policy for vector PDF N-up output.
Inheritance
- Object
- PdfNUpOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method PdfDocumentPages.ImposeNUp
Constructors
public PdfNUpOptions(PageSize sheetSize, Int32 columns, Int32 rows) #Creates an N-up sheet layout.
Parameters
- sheetSize OfficeIMO.Pdf.PageSize
- columns System.Int32
- rows System.Int32
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public PageSize SheetSize { get; } #Output sheet dimensions in PDF points.
public Int32 Columns { get; } #Number of columns, from one through eight.
public Int32 Rows { get; } #Number of rows, from one through eight.
public Double Margin { get; set; } #Outer sheet margin in PDF points.
public Double HorizontalGutter { get; set; } #Horizontal gap between cells in PDF points.
public Double VerticalGutter { get; set; } #Vertical gap between cells in PDF points.
public Int32 MaxSheets { get; set; } #Maximum output 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.