DrawingSizeTypeValue Property |
Specifies the drawing size of a page.
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic DrawingSizeTypeValue Value { get; set; }Public Property Value As DrawingSizeTypeValue
Get
Set
public:
property DrawingSizeTypeValue Value {
DrawingSizeTypeValue get ();
void set (DrawingSizeTypeValue value);
}member Value : DrawingSizeTypeValue with get, set
Property Value
Type:
DrawingSizeTypeValue
See Also