| SignDocDocumentsetCompatibility Method |
Request to not make changes to the document which are
incompatible with an older version of this class.
No features introduced after @a aMajor.@a aMinor will be used.
Passing a version number before 1.11 or after the current version
will fail.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic void setCompatibility(
int major,
int minor
)
Parameters
- major
- Type: SystemInt32
Major version number. - minor
- Type: SystemInt32
Minor version number.
See Also