Camera.PresetCameraType Property
prst.Represents the attribte in schema: w14:prst
Namespace: DocumentFormat.OpenXml.Office2010.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "prst")> _
Public Property PresetCameraType As EnumValue(Of PresetCameraTypeValues)
Get
Set
'Usage
Dim instance As Camera
Dim value As EnumValue(Of PresetCameraTypeValues)
value = instance.PresetCameraType
instance.PresetCameraType = value
[SchemaAttrAttribute(, "prst")]
public EnumValue<PresetCameraTypeValues> PresetCameraType { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<PresetCameraTypeValues>