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
49 lines • 1.22 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.PdfPageStamp = void 0;
const stampBase_1 = require("./stampBase");
class PdfPageStamp extends stampBase_1.StampBase {
static getAttributeTypeMap() {
return super.getAttributeTypeMap().concat(PdfPageStamp.attributeTypeMap);
}
}
exports.PdfPageStamp = PdfPageStamp;
PdfPageStamp.discriminator = undefined;
PdfPageStamp.attributeTypeMap = [
{
"name": "fileName",
"baseName": "FileName",
"type": "string"
},
{
"name": "pageIndex",
"baseName": "PageIndex",
"type": "number"
},
{
"name": "verticalAlignment",
"baseName": "VerticalAlignment",
"type": "VerticalAlignment"
},
{
"name": "bottomMargin",
"baseName": "BottomMargin",
"type": "number"
},
{
"name": "leftMargin",
"baseName": "LeftMargin",
"type": "number"
},
{
"name": "topMargin",
"baseName": "TopMargin",
"type": "number"
},
{
"name": "rightMargin",
"baseName": "RightMargin",
"type": "number"
}
];
//# sourceMappingURL=pdfPageStamp.js.map
;