VectorRasterizationOptionsRelativeScale Property |
Scale of exported region relative to whole document's image. Calculated as ratio of corresponding dimension of exported region to larger dimension of exported document.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic float RelativeScale { get; set; }
Public Property RelativeScale As Single
Get
Set
public:
property float RelativeScale {
float get ();
void set (float value);
}
member RelativeScale : float32 with get, set
Property Value
Type:
Single
See Also