Document Library for WinForms | ComponentOne
C1.Win.Document.8 Assembly / C1.Win.Document.Export Namespace / PdfOptionsFormBase Class / SecurityAllowCopyContent Property

In This Topic
    SecurityAllowCopyContent Property (PdfOptionsFormBase)
    In This Topic
    Gets or sets a value indicating whether the content of the resulting document can be copied.
    Syntax
    'Declaration
     
    Public Overridable Property SecurityAllowCopyContent As Boolean
    public virtual bool SecurityAllowCopyContent {get; set;}
    See Also