Language

Transformer.OutputProperties Property

Definition

Gets or sets the output properties for the transformation.

public abstract Java.Util.Properties? OutputProperties { [Android.Runtime.Register("getOutputProperties", "()Ljava/util/Properties;", "GetGetOutputPropertiesHandler")] get; [Android.Runtime.Register("setOutputProperties", "(Ljava/util/Properties;)V", "GetSetOutputProperties_Ljava_util_Properties_Handler")] set; }
[<get: Android.Runtime.Register("getOutputProperties", "()Ljava/util/Properties;", "GetGetOutputPropertiesHandler")>]
[<set: Android.Runtime.Register("setOutputProperties", "(Ljava/util/Properties;)V", "GetSetOutputProperties_Ljava_util_Properties_Handler")>]
member this.OutputProperties : Java.Util.Properties with get, set

Property Value

The output properties for the transformation.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also