Share via


Presentation.NotesSize Property

Notes Slide Size.Represents the element tag in schema: p:notesSz

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property NotesSize As NotesSize
    Get
    Set
'Usage
Dim instance As Presentation
Dim value As NotesSize

value = instance.NotesSize

instance.NotesSize = value
public NotesSize NotesSize { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Presentation.NotesSize
Returns NotesSize.

See Also

Reference

Presentation Class

Presentation Members

DocumentFormat.OpenXml.Presentation Namespace