API Reference
Class
PdfRawStructureOptions
Bounds the immutable raw syntax projection returned by the reader.
Inheritance
- Object
- PdfRawStructureOptions
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 PdfDocumentReader.RawStructure
- Method PdfDocumentReader.TryRawStructure
- Method PdfReadDocument.RawStructure
Constructors
public PdfRawStructureOptions() #Inherited Methods
Properties
public Int32 MaxObjects { get; set; } #Maximum indirect objects projected.
public Int32 MaxDepth { get; set; } #Maximum nested array, dictionary, and stream-dictionary depth.
public Int32 MaxCollectionItems { get; set; } #Maximum entries projected from one array or dictionary.
public Int32 MaxTextLength { get; set; } #Maximum characters exposed from one PDF string or trailer preview.