PresentationContentSlideHeight Property |
Gets the height of a slide in points.
Namespace: GroupDocs.Watermark.Contents.PresentationAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic double SlideHeight { get; }
Public ReadOnly Property SlideHeight As Double
Get
public:
property double SlideHeight {
double get ();
}
member SlideHeight : float with get
Property Value
Type:
DoubleThe height of a slide in points.
See Also