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