ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.5.2 Assembly / C1.Win.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 System.Nullable(Of TransformOptions)
    public System.Nullable<TransformOptions> TransformOptions {get; set;}
    Remarks
    The default value is Rotate0.
    See Also