web_document_options property

web_document_options property

The Web files view options.

For more information and code examples, see the documentation at https://docs.groupdocs.com/viewer/net/render-web-documents/.

Definition:

@property
def web_document_options(self):
    ...
@web_document_options.setter
def web_document_options(self, value):
    ...

See Also