Share via


Presentation.ServerZoom Property

Server Zoom.Represents the attribte in schema: serverZoom

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

Syntax

'Declaration
<SchemaAttrAttribute(, "serverZoom")> _
Public Property ServerZoom As Int32Value
    Get
    Set
'Usage
Dim instance As Presentation
Dim value As Int32Value

value = instance.ServerZoom

instance.ServerZoom = value
[SchemaAttrAttribute(, "serverZoom")]
public Int32Value ServerZoom { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

Presentation Class

Presentation Members

DocumentFormat.OpenXml.Presentation Namespace