asposepdfcloud
Version:
Aspose.PDF Cloud is a REST API for creating and editing PDF files. Most popular features proposed by Aspose.PDF Cloud: PDF to Word, Convert PDF to Image, Merge PDF, Split PDF, Add Images to PDF, Rotate PDF. It can also be used to convert PDF files to diff
93 lines • 2.02 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.Signature = void 0;
class Signature {
static getAttributeTypeMap() {
return Signature.attributeTypeMap;
}
}
exports.Signature = Signature;
Signature.discriminator = undefined;
Signature.attributeTypeMap = [
{
"name": "signaturePath",
"baseName": "SignaturePath",
"type": "string"
},
{
"name": "signatureType",
"baseName": "SignatureType",
"type": "SignatureType"
},
{
"name": "password",
"baseName": "Password",
"type": "string"
},
{
"name": "appearance",
"baseName": "Appearance",
"type": "string"
},
{
"name": "reason",
"baseName": "Reason",
"type": "string"
},
{
"name": "contact",
"baseName": "Contact",
"type": "string"
},
{
"name": "location",
"baseName": "Location",
"type": "string"
},
{
"name": "visible",
"baseName": "Visible",
"type": "boolean"
},
{
"name": "rectangle",
"baseName": "Rectangle",
"type": "Rectangle"
},
{
"name": "formFieldName",
"baseName": "FormFieldName",
"type": "string"
},
{
"name": "authority",
"baseName": "Authority",
"type": "string"
},
{
"name": "date",
"baseName": "Date",
"type": "string"
},
{
"name": "showProperties",
"baseName": "ShowProperties",
"type": "boolean"
},
{
"name": "timestampSettings",
"baseName": "TimestampSettings",
"type": "TimestampSettings"
},
{
"name": "isValid",
"baseName": "IsValid",
"type": "boolean"
},
{
"name": "customAppearance",
"baseName": "CustomAppearance",
"type": "SignatureCustomAppearance"
}
];
//# sourceMappingURL=signature.js.map
;