Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLSignatureLine.AllowComments

TElOfficeOpenXMLSignatureLine     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies if comments are allowed.

Declaration

[C#]
    bool AllowComments;

[VB.NET]
    Property AllowComments As Boolean

[Pascal]
    property AllowComments : Boolean;

[C++]
    bool get_AllowComments();

[PHP]
    bool get_AllowComments()

[Java]
    boolean getAllowComments();

Description

    This read-only property specifies, if comments are allowed.

Discuss this help topic in SecureBlackbox Forum