VectorRasterizationOptionsLayoutPageSizes Property

Gets or sets the layout page sizes.

Namespace:  Aspose.CAD.ImageOptions
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public Dictionary<string, SizeF> LayoutPageSizes { get; set; }

Property Value

Type: DictionaryString, SizeF
The layout page sizes.
See Also