CadConvertOptions class

CadConvertOptions class

Represents options for conversion to CAD type.

The CadConvertOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new CadConvertOptions instance.

Properties

Property Description
format The desired file type the input document should be converted to.
page_height The page height in points.
page_number The page number to start conversion from.
page_size The page size. Implements PageSize.
page_width The page width in points.
pages_count The pages count.
size_settings The size settings. See IPageSizeOptions for details.

See Also