for_png_view method

for_png_view

Initializes an instance of the ViewInfoOptions class to retrieve information about view when rendering into PNG.

Returns

New instance of the ViewInfoOptions class.

def for_png_view(self):
    ...

for_png_view

Initializes an instance of the ViewInfoOptions class to retrieve information about view when rendering into PNG.

Returns

New instance of the ViewInfoOptions class.

def for_png_view(self, extract_text):
    ...
Parameter Type Description
extract_text bool Enables text extraction.

See Also