NonVisualPictureDrawingProperties.PreferRelativeResize Property
Relative Resize Preferred.Represents the attribte in schema: preferRelativeResize
Namespace: DocumentFormat.OpenXml.Drawing.Pictures
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "preferRelativeResize")> _
Public Property PreferRelativeResize As BooleanValue
Get
Set
'Usage
Dim instance As NonVisualPictureDrawingProperties
Dim value As BooleanValue
value = instance.PreferRelativeResize
instance.PreferRelativeResize = value
[SchemaAttrAttribute(, "preferRelativeResize")]
public BooleanValue PreferRelativeResize { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
See Also
Reference
NonVisualPictureDrawingProperties Class