BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
.e-de-background {
background-color: rgb(238, 238, 238); /* You can customize this color*/
}
|
/**
* Initialize document editor
*/
let editor: DocumentEditor = new DocumentEditor ({ enablePrint: true });
// Set page border color
editor.pageOutline = '#d1d1d1';
|
Please tell me how to change background color of Page Content-Area.