Gets or sets a value indicating whether user 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; set; }
VB
Public Property ExtractContents As Boolean
Get
Set
Property Value
Type:
Booleantrue if user is allowed to extract text and graphics
(in support of accessibility to users with disabilities or for
other purposes); otherwise,
false.
See Also