TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

IsSaveWithDoctrendererMode

def IsSaveWithDoctrendererMode(self);

Specifies if the doctrenderer mode is used when building a document or getting content from the editor when saving a file.

Please note, that for the .docbuilder file the CDocBuilder.IsSaveWithDoctrendererMode method is not used.

Example

Python

builder = docbuilder.CDocBuilder()
doctrendererMode = builder.IsSaveWithDoctrendererMode()