ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / JpegOptions Class / TransformOptions Property

In This Topic
    TransformOptions Property (JpegOptions)
    In This Topic
    Specifies whether the image is rotated or flipped when decoded.
    Syntax
    'Declaration
     
    Public Property TransformOptions As Nullable(Of TransformOptions)
    public Nullable<TransformOptions> TransformOptions {get; set;}
    Remarks
    The default value is Rotate0.
    See Also