Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows 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 WicTransformOptions)
    public System.Nullable<WicTransformOptions> TransformOptions {get; set;}
    Remarks
    The default value is Rotate0.
    See Also