JobBase.ApplyPreset Method (String)

Applies a preset to all the media items in the job.

Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public Sub ApplyPreset ( _
    fileName As String _
)
'Usage
Dim instance As JobBase
Dim fileName As String

instance.ApplyPreset(fileName)
public void ApplyPreset (
    string fileName
)
public:
void ApplyPreset (
    String^ fileName
)

Parameters

fileName

The file name of the preset to apply.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

JobBase Class
JobBase Members
Microsoft.Expression.Encoder Namespace