PhotoAlbum.BlackWhite Property

Black and White.Represents the attribte in schema: bw

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

Syntax

'Declaration
<SchemaAttrAttribute(, "bw")> _
Public Property BlackWhite As BooleanValue
    Get
    Set
'Usage
Dim instance As PhotoAlbum
Dim value As BooleanValue

value = instance.BlackWhite

instance.BlackWhite = value
[SchemaAttrAttribute(, "bw")]
public BooleanValue BlackWhite { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

PhotoAlbum Class

PhotoAlbum Members

DocumentFormat.OpenXml.Presentation Namespace