ForPngView

ForPngView()

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

public static ViewInfoOptions ForPngView()

Return Value

New instance of the ViewInfoOptions class.

See Also


ForPngView(bool)

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

public static ViewInfoOptions ForPngView(bool extractText)
Parameter Type Description
extractText Boolean Enables text extraction.

Return Value

New instance of the ViewInfoOptions class.

See Also