API Reference
Class
PdfMergeSourceInventory
Observable inventory for one source supplied to a PDF merge.
Inheritance
- Object
- PdfMergeSourceInventory
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 PdfMergeReport.Sources
Inherited Methods
Properties
public Int32 SourceIndex { get; } #Zero-based source index.
public Int32 PageCount { get; } #Pages imported from the source.
public Int32 OutlineCount { get; } #Readable outline nodes, including descendants.
public Int32 NamedDestinationCount { get; } #Readable named destinations.
public Int32 PageLabelCount { get; } #Readable page-label rules.
public Int32 FormFieldCount { get; } #Readable terminal form fields.
public Int32 AttachmentCount { get; } #Readable embedded or associated files.
public PdfDocumentSecurityInfo Security { get; } #Complete security state detected for this source.
public Boolean HasEncryption { get; } #True when this source was encrypted.
public PdfPasswordAuthenticationRole PasswordAuthenticationRole { get; } #Password role established for this source.
public Boolean PermissionRestrictionsIgnored { get; } #True when authenticated user-password restrictions were explicitly ignored for this source.
public Boolean HasSignatures { get; } #True when signature evidence was detected in this source.