CadConvertOptions class

CadConvertOptions class

Options for conversion to Cad type.

The CadConvertOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of CadConvertOptions class.

Properties

Property Description
page_height The page height in points.
page_number The page number to convert, implementing IPagedConvertOptions.page_number.
page_size The page size, which implements PageSize.
page_width The page width in points.
pages_count The pages count, implementing IPagedConvertOptions.pages_count.
size_settings The size settings for CAD conversion, as defined by IPageSizeOptions.
format The format of the conversion. Implements IConvertOptions.format. (inherited from ConvertOptions)

See Also