ImageEffect.BackgroundRemoval Property
BackgroundRemoval.Represents the element tag in schema: a14:backgroundRemoval
Namespace: DocumentFormat.OpenXml.Office2010.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Property BackgroundRemoval As BackgroundRemoval
Get
Set
'Uso
Dim instance As ImageEffect
Dim value As BackgroundRemoval
value = instance.BackgroundRemoval
instance.BackgroundRemoval = value
public BackgroundRemoval BackgroundRemoval { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval