SlideSize
SizeOfPx Property
|
Gets or sets the size in pixel.
Read/Write
SizeF
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public SizeF SizeOfPx { get; set; }
Public Property SizeOfPx As SizeF
Get
Set
public:
property SizeF SizeOfPx {
SizeF get ();
void set (SizeF value);
}
member SizeOfPx : SizeF with get, set
Property Value
Type:
SizeF
See Also