CadLoadOptionsHeight Property |
Sets desired page height for converting CAD document
Namespace: GroupDocs.Conversion.Options.LoadAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic int Height { get; set; }
Public Property Height As Integer
Get
Set
public:
property int Height {
int get ();
void set (int value);
}
member Height : int with get, set
Property Value
Type:
Int32
See Also