Gets a value indicating whether it is allowed to extract text and graphics (in support
of accessibility to users with disabilities or for other purposes).
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool ExtractContents { get; }
VB
Public ReadOnly Property ExtractContents As Boolean
Get
Property Value
Type:
Booleantrue if it is allowed to extract text and graphics (in support of accessibility
to users with disabilities or for other purposes); otherwise,
false.
See Also