Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Security Namespace / StandardSecurityHandlerRev3 Class / CopyContentAccessibility Property

In This Topic
    CopyContentAccessibility Property
    In This Topic
    Gets or sets a value used to determine whether content could be extracted for the purposes of accessibility.

    Note however that this restriction has been deprecated in PDF 2.0, which states that PDF readers shall ignore this bit. The default value of this property is true, and it should not be changed.

    Syntax
    'Declaration
     
    Public Property CopyContentAccessibility As System.Boolean
    public System.bool CopyContentAccessibility {get; set;}
    See Also