Class PdfStreamAvailabilityOptions
- Namespace
- nebulae.dotPDFium
- Assembly
- dotPDFium.dll
public sealed class PdfStreamAvailabilityOptions
- Inheritance
-
PdfStreamAvailabilityOptions
- Inherited Members
-
Properties
FileLength
public required uint FileLength { get; init; }
Property Value
- uint
GetBlock
public required PdfGetBlockDelegate GetBlock { get; init; }
Property Value
- PdfGetBlockDelegate
IsDataAvailable
public required PdfIsDataAvailDelegate IsDataAvailable { get; init; }
Property Value
- PdfIsDataAvailDelegate
RequestSegment
public required PdfAddSegmentDelegate RequestSegment { get; init; }
Property Value
- PdfAddSegmentDelegate
UserData
public required object UserData { get; init; }
Property Value
- object