ApplicationNonVisualDrawingProperties.IsPhoto Property
Is a Photo Album.Represents the attribte in schema: isPhoto
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "isPhoto")> _
Public Property IsPhoto As BooleanValue
Get
Set
'Usage
Dim instance As ApplicationNonVisualDrawingProperties
Dim value As BooleanValue
value = instance.IsPhoto
instance.IsPhoto = value
[SchemaAttrAttribute(, "isPhoto")]
public BooleanValue IsPhoto { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
See Also
Reference
ApplicationNonVisualDrawingProperties Class