VectorRasterizationOptionsLayoutPageSizes Property |
Gets or sets the layout page sizes.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic Dictionary<string, SizeF> LayoutPageSizes { get; set; }
Public Property LayoutPageSizes As Dictionary(Of String, SizeF)
Get
Set
public:
property Dictionary<String^, SizeF>^ LayoutPageSizes {
Dictionary<String^, SizeF>^ get ();
void set (Dictionary<String^, SizeF>^ value);
}
member LayoutPageSizes : Dictionary<string, SizeF> with get, set
Property Value
Type:
DictionaryString,
SizeF
The layout page sizes.
See Also