Zoom.Percent Property

Zoom Percentage.Represents the attribte in schema: w:percent

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

Syntax

'Declaration
<SchemaAttrAttribute(, "percent")> _
Public Property Percent As StringValue
    Get
    Set
'Usage
Dim instance As Zoom
Dim value As StringValue

value = instance.Percent

instance.Percent = value
[SchemaAttrAttribute(, "percent")]
public StringValue Percent { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns Int32Value.

See Also

Reference

Zoom Class

Zoom Members

DocumentFormat.OpenXml.Wordprocessing Namespace