CadConvertOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.ValueObject, com.groupdocs.conversion.options.convert.ConvertOptions
All Implemented Interfaces: com.groupdocs.conversion.options.convert.IPagedConvertOptions
public class CadConvertOptions extends ConvertOptions<CadFileType> implements IPagedConvertOptions
Options for conversion to Cad type.
| Constructor | Description |
|---|---|
| CadConvertOptions() | Initializes new instance of class. |
| Method | Description |
|---|---|
| getPageNumber() | |
| setPageNumber(int pageNumber) | |
| getPagesCount() | |
| setPagesCount(int pagesCount) |
public CadConvertOptions()
Initializes new instance of class.
public Integer getPageNumber()
Gets the page number to start conversion from.
Returns: java.lang.Integer
public void setPageNumber(int pageNumber)
Sets the page number to start conversion from.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| pageNumber | int |
public Integer getPagesCount()
Gets number of pages to convert starting from PageNumber.
Returns: java.lang.Integer
public void setPagesCount(int pagesCount)
Sets number of pages to convert starting from PageNumber.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| pagesCount | int |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.