Gets a value indicating whether this document uses object streams to store internal
structures more compactly.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool UsesObjectStreams { get; }
VB
Public ReadOnly Property UsesObjectStreams As Boolean
Get
Property Value
Type:
Booleantrue if this document is uses object streams; otherwise,
false.
See Also