API Reference
Class
PdfBatesDocument
One PDF supplied to a Bates-numbering batch.
Inheritance
- Object
- PdfBatesDocument
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 PdfBatesNumberer.Apply
Constructors
public PdfBatesDocument(Byte[] pdf, String name = null) #Creates a batch input 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 stable document name carried into the operation report.
public PdfReadOptions ReadOptions { get; set; } #Optional parser, password, permission, and resource-budget settings for this document.
public PdfPageSelector TargetPages { get; set; } #Optional document-specific page selection. Overrides TargetPages.