CadConvertOptions
Contents
 [
        
            Hide
        ]
    CadConvertOptions class
Options for conversion to Cad type.
public class CadConvertOptions : ConvertOptions<CadFileType>, IPagedConvertOptions, 
    IPageSizeConvertOptions
Constructors
| Name | Description | 
|---|---|
| CadConvertOptions() | Initializes new instance of CadConvertOptions class. | 
Properties
| Name | Description | 
|---|---|
| Format { get; set; } | The desired file type the input document should be converted to. | 
| virtual Format { get; set; } | Implements Format | 
| PageHeight { get; set; } | Page height in points. When set, PageSize is automatically changed to Custom. | 
| PageNumber { get; set; } | Implements PageNumber | 
| PagesCount { get; set; } | Implements PagesCount | 
| PageSize { get; set; } | Implements PageSize | 
| PageWidth { get; set; } | Page width in points. When set, PageSize is automatically changed to Custom. | 
Methods
| Name | Description | 
|---|---|
| Clone() | Clones current options instance. | 
| override Equals(object) | Determines whether two object instances are equal. | 
| virtual Equals(ValueObject) | Determines whether two object instances are equal. | 
| override GetHashCode() | Serves as the default hash function. | 
See Also
- class ConvertOptions<TFileType>
 - class CadFileType
 - interface IPagedConvertOptions
 - interface IPageSizeConvertOptions
 - namespace GroupDocs.Conversion.Options.Convert
 - assembly GroupDocs.Conversion