| SignDocDocumentsetBooleanProperty Method |
Set the value of a SignDoc property (boolean).
In the "public" and "encrypted" collections, property names are
compared under Unicode simple case folding, that is, lower case
and upper case is not distinguished.
It's not possible to change the type of a property.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void setBooleanProperty(
PropertyCollection collection,
string name,
bool value
)
Public Sub setBooleanProperty (
collection As PropertyCollection,
name As String,
value As Boolean
)
public:
void setBooleanProperty(
PropertyCollection collection,
String^ name,
bool value
)
member setBooleanProperty :
collection : PropertyCollection *
name : string *
value : bool -> unit
Parameters
- collection
- Type: de.softpro.signdocsdk.Enums.EDocumentPropertyCollection
The name of the collection, see getProperties(). - name
- Type: SystemString
The name of the property. - value
- Type: SystemBoolean
The new value of the property.
See Also