ignore_error proprietà
ignore_error proprietà
Indica se è necessario nascondere l’errore durante il rendering. L’errore può essere un errore nella forma, nell’immagine, nel rendering del grafico, ecc.
Definizione:
@property
def ignore_error(self):
...
@ignore_error.setter
def ignore_error(self, value):
...
Guarda anche
- modulo aspose.cells
- classe PdfSaveOptions